Fix cargo-check command in postgres workflow

This commit is contained in:
Ryan Leckey
2020-01-14 10:25:38 -08:00
parent 6682d4dce7
commit d99b87b5c5

View File

@@ -50,7 +50,7 @@ jobs:
# -----------------------------------------------------
# Check that we build with TLS support (TODO: we need a postgres image with SSL certs to test)
- run: cargo build -p sqlx-core --no-default-features 'postgres macros uuid chrono tls'
- run: cargo check -p sqlx-core --no-default-features --features 'postgres macros uuid chrono tls'
- run: cargo test -p sqlx --no-default-features --features 'postgres macros uuid chrono'
env: