Skip to content

Commit

Permalink
Test with -vv -- --nocapture on windows CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Oct 4, 2024
1 parent afc56d7 commit 07dece3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:

- name: Run Unit Tests
id: test
# Very loud on windows CI, which has been a source of instability
run: |
cargo test --verbose
cargo test -vv -- --nocapture

0 comments on commit 07dece3

Please sign in to comment.