We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d93ba4 commit fc2bfa1Copy full SHA for fc2bfa1
.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