Skip to content

Commit

Permalink
Run wildcard queue control actions test as dedicated step on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Apr 9, 2024
1 parent 4b2b819 commit 8ba888d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
run: cargo test --locked --all-features --all-targets
env: # set this explicitly so integration tests will run
FAKTORY_URL: tcp://127.0.0.1:7419
# commands executed during the following test affect all the queues on the Faktory server,
# so we perform this test in a dedicated - isolated - step, re-using the the Faktory container
- name: cargo test --locked (queue control actions)
run: cargo test --locked --all-features --all-targets queue_control_actions_wildcard -- --include-ignored
env: # set this explicitly so integration tests will run
FAKTORY_URL: tcp://127.0.0.1:7419
# https://github.com/rust-lang/cargo/issues/6669
- name: cargo test --doc
run: cargo test --locked --all-features --doc
Expand Down

0 comments on commit 8ba888d

Please sign in to comment.