Skip to content

Commit ed1cc5d

Browse files
committed
Have clippy workflow check all targets and features
1 parent 64aae14 commit ed1cc5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
uses: giraffate/clippy-action@v1
7272
with:
7373
reporter: 'github-pr-review'
74-
clippy_flags: -- -Dwarnings -F clippy::suspicious -F clippy::correctness -F clippy::perf -F clippy::style
74+
filter_mode: 'nofilter'
75+
fail_on_error: 'true'
76+
clippy_flags: --all-features --all-targets -- -Dwarnings -F clippy::suspicious -F clippy::correctness -F clippy::perf -F clippy::style
7577
github_token: ${{ secrets.GITHUB_TOKEN }}
7678

7779
# Enable once we have a released crate

0 commit comments

Comments
 (0)