Skip to content

Commit

Permalink
Remove --all flags
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed May 24, 2024
1 parent f35e15c commit 833440b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
toolchain: nightly
components: clippy, rustfmt
- name: Rustfmt
run: cargo fmt --all -- --check
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy --all --all-targets -- -D warnings
run: cargo clippy --all-targets -- -D warnings
- name: Build
run: RUSTFLAGS=-Dwarnings cargo build --all-targets

0 comments on commit 833440b

Please sign in to comment.