Skip to content

Commit

Permalink
chore(ci): add --nocapture flag to heavy integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Dec 14, 2023
1 parent 2386bb8 commit 36a703c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/heavy-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: taiki-e/install-action@nextest
- name: Run Tests
run: |
cargo nextest r --no-fail-fast --release -- --ignored
cargo nextest r --no-fail-fast --release --nocapture -- --ignored
# If any of the jobs fail, this will create a high-priority issue to signal so.
issue:
Expand Down

0 comments on commit 36a703c

Please sign in to comment.