Skip to content

Commit

Permalink
Give up on clippy in CI for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Jan 17, 2024
1 parent a26de6f commit 8717ac4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
target/
key: maelstrom-${{ hashFiles('**/Cargo.lock') }}
- name: Check Rust Formatting
run: nix develop --ignore-environment --keep TERM --keep RUSTFLAGS --keep CARGO_TERM_COLOR --command cargo fmt --check
- name: Lint Rust Code
run: nix develop --ignore-environment --keep TERM --keep RUSTFLAGS --keep CARGO_TERM_COLOR --command cargo clippy --all-targets --all-features
run: nix develop --command cargo fmt --check
- name: Test Rust Code
run: nix develop --ignore-environment --keep TERM --keep RUSTFLAGS --keep CARGO_TERM_COLOR --command cargo test
run: nix develop --command cargo test
- name: Build Rust Code
run: nix build

0 comments on commit 8717ac4

Please sign in to comment.