Skip to content

Commit

Permalink
ci: do not build with verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Mar 30, 2024
1 parent 6e0c991 commit a23b8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tool: grcov

- name: Build
run: cargo build --verbose --all-targets
run: cargo build --all-targets
env:
RUSTFLAGS: "-Cinstrument-coverage"

Expand Down

0 comments on commit a23b8f2

Please sign in to comment.