Skip to content

Commit

Permalink
Don't capture output in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Nov 25, 2024
1 parent 9cdea69 commit a92c52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
- name: Run Unit Tests
run: |
cargo test --verbose
cargo test --verbose -- --nocapture
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Run Unit Tests
run: |
cargo test --verbose
cargo test --verbose -- --nocapture

0 comments on commit a92c52a

Please sign in to comment.