Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 21, 2024
1 parent 9b65d41 commit bbd0594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: cargo clippy --all --all-features

- name: Tests
run: cargo test --all --all-features --release
run: cargo test --all --all-features --release -- nocapture

- name: Bench
run: cargo bech --all --all-features
Expand Down

0 comments on commit bbd0594

Please sign in to comment.