Skip to content

Commit

Permalink
another approach
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Sep 8, 2023
1 parent 5592b09 commit 1bbe5ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
- name: Run dirty tests
uses: actions-rs/cargo@v1
with:
command: test
args: asynk::async_queue::postgres --verbose features asynk-postgres -- --ignored
command: test "asynk::async_queue::postgres"
args: --verbose features asynk-postgres -- --ignored

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

release:
name: Release x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 1bbe5ef

Please sign in to comment.