Skip to content

Commit

Permalink
ci: allow clippy warnings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny committed Aug 19, 2024
1 parent 302a2f4 commit 59e5848
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 @@ -32,7 +32,7 @@ jobs:
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings
- run: cargo clippy
test-docs:
needs: check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59e5848

Please sign in to comment.