mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
Fix cargo-check command in postgres workflow
This commit is contained in:
2
.github/workflows/postgres.yml
vendored
2
.github/workflows/postgres.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user