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 7fbcb8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
args: --all -- --check --features backend-sql

- name: Check
uses: actions-rs/cargo@v1
with:
command: check
command: check --features backend-sql

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

0 comments on commit 7fbcb8e

Please sign in to comment.