Skip to content

Commit

Permalink
chore: update ci to check for sqlx prepared queries on all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwatin committed Apr 6, 2024
1 parent c8a45f3 commit 83fc2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
SKIP_DOCKER=true ./scripts/init_db.sh
- name: cargo sqlx prepare check
run: |
cargo sqlx prepare --workspace --check
cargo sqlx prepare --workspace --check -- --all-targets
- name: cargo clippy
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
- name: cargo fmt
Expand Down Expand Up @@ -80,6 +80,6 @@ jobs:
SKIP_DOCKER=true ./scripts/init_db.sh
- name: cargo sqlx prepare check
run: |
cargo sqlx prepare --workspace --check
cargo sqlx prepare --workspace --check -- --all-targets
- name: cargo test
run: cargo test

0 comments on commit 83fc2a3

Please sign in to comment.