We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f05f4 commit cc48001Copy full SHA for cc48001
.github/workflows/ci.yml
@@ -78,6 +78,7 @@ jobs:
78
- name: Run linter for all feature combinations
79
if: matrix.conf == 'nightly'
80
run: >
81
+ set -o pipefail;
82
cargo hack clippy --no-deps --all-targets --feature-powerset --message-format=json -- -D warnings
83
| clippy-sarif
84
| tee clippy-results.sarif
0 commit comments