mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-02-15 04:09:37 +00:00
Turn on more tests in test.sh
This commit is contained in:
parent
19e38ab8d3
commit
fba075ec02
6
test.sh
6
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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user