Skip to content

Commit

Permalink
2023: Disable clippy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MLNW committed Dec 9, 2023
1 parent 54605ed commit 6924927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/2023-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- name: cargo test
run: cargo test --manifest-path 2023-rust/Cargo.toml
- name: cargo clippy
run: cargo clippy --manifest-path 2023-rust/Cargo.toml -- -D warnings
#- name: cargo clippy
# run: cargo clippy --manifest-path 2023-rust/Cargo.toml -- -D warnings
- name: cargo fmt
run: cargo fmt --check --manifest-path 2023-rust/Cargo.toml

0 comments on commit 6924927

Please sign in to comment.