mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +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:
2
.github/workflows/coins-tests.yml
vendored
2
.github/workflows/coins-tests.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Run Tests
|
||||
run: |
|
||||
GITHUB_CI=true cargo test --all-features \
|
||||
GITHUB_CI=true RUST_BACKTRACE=1 cargo test --all-features \
|
||||
-p bitcoin-serai \
|
||||
-p ethereum-serai \
|
||||
-p monero-generators \
|
||||
|
||||
Reference in New Issue
Block a user