Skip to content

Commit

Permalink
test: Use all workspace crates in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uncomputable committed Aug 24, 2024
1 parent 74ca1f1 commit 3436b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ fmtcheck:

# Run code linter
lint:
cargo clippy --all-targets -- --deny warnings
cargo clippy --all-targets --workspace -- --deny warnings

# Run unit tests
test:
cargo test
cargo test --workspace

# Check code (CI)
check:
Expand Down

0 comments on commit 3436b28

Please sign in to comment.