mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
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:
parent
c57bcb967f
commit
8b7f352be8
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user