Skip to content

Commit

Permalink
Adding --nocapture to test output to see failures
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Dec 29, 2023
1 parent a604502 commit 6291f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
- name: Build
run: cargo build --all-targets
- name: Test
run: cargo test
run: cargo test -- --nocapture
env:
RUST_LOG: trace
RUST_TEST_THREADS: 1
deploy:
runs-on: windows-latest
needs: tests
Expand Down

0 comments on commit 6291f84

Please sign in to comment.