Skip to content

Commit

Permalink
Capture test output
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Oct 1, 2023
1 parent 9dafe1e commit 14e97d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Test
run: cargo test --release --package fastgmad
run: cargo test --release --package fastgmad -- --nocapture

test_windows:
name: Test (Windows)
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Test
run: cargo test --release --package fastgmad
run: cargo test --release --package fastgmad -- --nocapture

0 comments on commit 14e97d0

Please sign in to comment.