Skip to content

Commit

Permalink
CI: Run tests with RUST_BACKTRACE=1. fixes zcash#1602
Browse files Browse the repository at this point in the history
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
  • Loading branch information
daira committed Nov 2, 2024
1 parent 43a1ab1 commit 12cf474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
--release
--workspace
${{ steps.prepare.outputs.feature-flags }}
env:
RUST_BACKTRACE: 1
- name: Run slow tests
run: >
cargo test
Expand All @@ -75,6 +77,8 @@ jobs:
${{ steps.prepare.outputs.feature-flags }}
--features expensive-tests
-- --ignored
env:
RUST_BACKTRACE: 1
- name: Verify working directory is clean
run: git diff --exit-code

Expand Down

0 comments on commit 12cf474

Please sign in to comment.