Skip to content

Commit

Permalink
--nocapture isn't needed for github CI workflow
Browse files Browse the repository at this point in the history
because it will auto-show this output if it ever fails,
if it doesn't fail, we don't need to see it, it's spammy
  • Loading branch information
correabuscar committed Jun 7, 2024
1 parent aea0fe2 commit bb21f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Run tests
run: >
cargo test --features "toml markdown ansi termion-backend crossterm-backend" --no-default-features --verbose &&
cargo test --example select_test -- --nocapture
cargo test --example select_test

0 comments on commit bb21f04

Please sign in to comment.