mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +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:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user