Skip to content

Commit

Permalink
ci: do not treat warnings as errors during linting
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Jun 20, 2024
1 parent 63b47d8 commit f04ed94
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 @@ -31,7 +31,7 @@ jobs:
- name: cargo clippy
uses: clechasseur/rs-clippy-check@v3
with:
args: --all --all-features -- -D warnings
args: --all --all-features

build-test:
name: Run tests
Expand Down

0 comments on commit f04ed94

Please sign in to comment.