Skip to content

Commit

Permalink
ci: cargo install --quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed Dec 7, 2024
1 parent 0fce457 commit 2d8f3ea
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 @@ -50,6 +50,6 @@ jobs:
- name: cargo build
run: cargo build --all --quiet
- name: cargo-all-features
run: cargo install cargo-all-features
run: cargo install cargo-all-features --quiet
- name: cargo test
run: env RUSTFLAGS="-Awarnings" cargo test-all-features --all --quiet

0 comments on commit 2d8f3ea

Please sign in to comment.