Skip to content

Commit

Permalink
elevate clippy warnings to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SobhanMP authored Aug 31, 2024
1 parent be008f6 commit bd53775
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
- name: Run rustfmt
uses: actions-rust-lang/rustfmt@v1
- name: Run clippy
run: cargo clippy --all-targets

run: cargo clippy --all-targets -- -D warnings
build:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit bd53775

Please sign in to comment.