Skip to content

Commit

Permalink
Update actions to test sql backend
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrippling committed Feb 22, 2024
1 parent 7d6fa0b commit 252cadd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --features backend-sql

- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --features backend-sql

0 comments on commit 252cadd

Please sign in to comment.