diff --git a/test.sh b/test.sh index 76535275..48a86abb 100755 --- a/test.sh +++ b/test.sh @@ -5,7 +5,7 @@ set -e cargo test -p sqlx-core --all-features # Postgres -env DATABASE_URL="postgres://" cargo test -p sqlx --no-default-features --features 'postgres uuid chrono' +env DATABASE_URL="postgres://" cargo test -p sqlx --no-default-features --features 'postgres macros uuid chrono' -# MySQL -env DATABASE_URL="mysql:///sqlx" cargo test -p sqlx --no-default-features --features 'mysql' +# MySQL (requires sqlx database) +env DATABASE_URL="mysql:///sqlx" cargo test -p sqlx --no-default-features --features 'mysql chrono'