Skip to content

Commit 01efbb6

Browse files
committed
chore: Tweaked CI
1 parent 27ebf4a commit 01efbb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/general.yml

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
- name: Migrate database
7474
run: SKIP_DOCKER=true ./scripts/init_db.sh
7575

76+
- name: Check sqlx-data.json is up-to-date
77+
run: |
78+
cargo sqlx prepare --check -- --bin robust-rust
79+
7680
- name: Run tests
7781
run: cargo test
7882

0 commit comments

Comments
 (0)