mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
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:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
GITHUB_CI=true cargo test --all-features \
|
||||
GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features \
|
||||
-p serai-message-queue \
|
||||
-p serai-processor-messages \
|
||||
-p serai-processor \
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
GITHUB_CI=true cargo test --all-features \
|
||||
GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features \
|
||||
-p serai-primitives \
|
||||
-p serai-tokens-primitives \
|
||||
-p serai-tokens-pallet \
|
||||
@@ -85,4 +85,4 @@ jobs:
|
||||
cargo build
|
||||
|
||||
- name: Run Tests
|
||||
run: GITHUB_CI=true cargo test --all-features -p serai-client
|
||||
run: GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features -p serai-client
|
||||
|
||||
Reference in New Issue
Block a user