Skip to content

Commit

Permalink
Do not run clippy on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Oct 1, 2023
1 parent 628b066 commit 529cb8f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
components: rustfmt clippy
components: rustfmt

- name: Check formatting
run: cargo fmt --all -- --check
Expand Down Expand Up @@ -57,10 +57,6 @@ jobs:
RUSTFLAGS: -Ctarget-feature=+avx2
run: cargo test

- name: Check clippy
run: cargo clippy -- -D warnings
if: matrix.rust == 'stable'

wasm:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 529cb8f

Please sign in to comment.