Turn on more tests in test.sh

This commit is contained in:
Ryan Leckey 2019-12-30 02:09:53 -08:00
parent 19e38ab8d3
commit fba075ec02

View file

@ -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'