Skip to content

Commit

Permalink
ci: Make clippy fail if there is a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Apr 18, 2024
1 parent d473763 commit 4e4a860
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 @@ -97,7 +97,7 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: cargo clippy
run: cargo clippy --target=${{ matrix.build.target }} --features=${{ matrix.build.chip }} -- --no-deps
run: cargo clippy --target=${{ matrix.build.target }} --features=${{ matrix.build.chip }} -- -D warnings--no-deps

clippy-xtensa:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e4a860

Please sign in to comment.