ci: syntax fix (#3267)

Correct:

Invalid workflow file: .github/workflows/sqlx.yml#L207
You have an error in your yaml syntax on line 207
This commit is contained in:
Daniel Black
2024-06-06 12:04:51 +10:00
committed by GitHub
parent c57bcb967f
commit 8b7f352be8

View File

@@ -204,7 +204,7 @@ jobs:
# Create data dir for offline mode
- run: mkdir .sqlx
- run: : >
- run: >
cargo test
--no-default-features
--features any,postgres,macros,_unstable-all-types,runtime-${{ matrix.runtime }},tls-${{ matrix.tls }}