Skip to content

Commit 36bc07e

Browse files
authored
Run clippy on tests (#491)
1 parent 752e446 commit 36bc07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
run: |
33-
cargo clippy --workspace --quiet --message-format=short --color=never 2>&1 |
33+
cargo clippy --tests --workspace --quiet --message-format=short --color=never 2>&1 |
3434
reviewdog -f=clippy -reporter=github-pr-annotations -filter-mode=nofilter -fail-on-error -tee
3535
build:
3636
name: Build

0 commit comments

Comments
 (0)