Skip to content

Commit

Permalink
ci: make tests not verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Enduriel committed Jul 4, 2024
1 parent 6fb0400 commit fb1a0df
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 @@ -20,4 +20,4 @@ jobs:
- name: Run rustfmt
run: cargo fmt -- --check
- name: Run tests
run: cargo test --target x86_64-pc-windows-msvc --all-features --verbose
run: cargo test --target x86_64-pc-windows-msvc --all-features

0 comments on commit fb1a0df

Please sign in to comment.