Add missing crates to GH workflows

This commit is contained in:
Luke Parker
2024-04-19 06:12:33 -04:00
parent 593aefd229
commit 940e9553fd
7 changed files with 10 additions and 6 deletions

View File

@@ -33,4 +33,4 @@ jobs:
uses: ./.github/actions/build-dependencies
- name: Run message-queue Docker tests
run: cd tests/message-queue && GITHUB_CI=true RUST_BACKTRACE=1 cargo test
run: cd tests/message-queue && GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features