We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752e446 commit 36bc07eCopy full SHA for 36bc07e
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
run: |
33
- cargo clippy --workspace --quiet --message-format=short --color=never 2>&1 |
+ cargo clippy --tests --workspace --quiet --message-format=short --color=never 2>&1 |
34
reviewdog -f=clippy -reporter=github-pr-annotations -filter-mode=nofilter -fail-on-error -tee
35
build:
36
name: Build
0 commit comments