Skip to content

Commit

Permalink
fix(ci): use --workspace, not --all
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 10, 2024
1 parent d516ad7 commit 97c638d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: cargo fmt
run: cargo fmt --all --check
- name: cargo clippy
run: cargo clippy --tests --all -- -D warnings
run: cargo clippy --tests --workspace -- -D warnings
- name: cargo check
run: cargo check --all
run: cargo check --workspace
- name: cargo test
run: cargo test

0 comments on commit 97c638d

Please sign in to comment.