Skip to content

Commit

Permalink
Run clippy for tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Dec 10, 2024
1 parent a3245bc commit b56e03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check formatting
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy -- -D warnings
run: cargo clippy --tests -- -D warnings
- name: markdownlint
uses: articulate/actions-markdownlint@v1

Expand Down

0 comments on commit b56e03b

Please sign in to comment.