Add RUST_BACKTRACE=1 to .github

Should help resolve the coordinator tests, which are failing in the current CI.
Presumably a timeout which is too low for the CI's slower runners.
This commit is contained in:
Luke Parker
2023-08-14 11:59:23 -04:00
parent e680eabb62
commit f366d65d4b
9 changed files with 14 additions and 14 deletions

View File

@@ -35,4 +35,4 @@ jobs:
github-token: ${{ inputs.github-token }}
- name: Run message-queue Docker tests
run: cd tests/message-queue && GITHUB_CI=true cargo test
run: cd tests/message-queue && GITHUB_CI=true RUST_BACKTRACE=1 cargo test