try fix ci
This commit is contained in:
parent
580d05d00c
commit
80eeacd884
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
|
@ -48,6 +48,4 @@ jobs:
|
|||
- name: Initialize database
|
||||
run: mkdir -p cache && sqlite3 cache/metadata.sqlite < db_queries/init.sql
|
||||
- name: Check sqlx statements
|
||||
run: cargo sqlx prepare --check
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
run: cargo sqlx prepare --check
|
Loading…
Reference in a new issue