Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Apr 8, 2024
1 parent 0501322 commit 56c2dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
command: test "asynk::async_queue::postgres"
args: --verbose --features asynk-postgres

- name: Run dirty tests
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
command: test "asynk::async_queue::sqlite"
args: --verbose --features asynk-sqlite

- name: Run dirty tests
Expand Down

0 comments on commit 56c2dc9

Please sign in to comment.