Skip to content

Commit

Permalink
👷 Make clippy stop complaining (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philogy committed Mar 20, 2024
1 parent b3a775b commit e3838b3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
key: "clippy"
- name: "clippy all"
run: cargo clippy --workspace --lib --examples --tests --benches --all-features
env:
RUSTFLAGS: -D warnings

build:
name: "build and fmt"
Expand All @@ -39,10 +37,8 @@ jobs:
key: "buildfmt"
cache-on-failure: true

- name: "build nightly"
- name: "build"
run: cargo build --workspace --all-features
env:
RUSTFLAGS: -D warnings

- name: "cargo fmt"
run: cargo fmt --all --check

0 comments on commit e3838b3

Please sign in to comment.