Skip to content

Commit

Permalink
Set RUST_BACKTRACE for windows to try and get more info
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Jan 24, 2025
1 parent 8a957a4 commit 8aba758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ jobs:
# Very loud on windows CI, which has been a source of instability
run: |
cargo test -vv -- --nocapture
env:
RUST_BACKTRACE: 1

0 comments on commit 8aba758

Please sign in to comment.