Skip to content

Commit

Permalink
Add SQLx to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Apr 8, 2024
1 parent 500f5f1 commit b5a983b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
components: clippy, rustfmt

- name: SQLx
run: |
cargo install sqlx-cli
sqlx db reset -y
- name: Run tests
run: cargo test --all-features

Expand Down

0 comments on commit b5a983b

Please sign in to comment.