Skip to content

Commit

Permalink
ci hack clippy with alias
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed Mar 23, 2024
1 parent de675c1 commit cbf0d00
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,12 @@ jobs:
run: cargo fmt --check
- name: krnlc fmt
run: cargo +nightly-2023-05-27 fmt --check --manifest-path krnlc/Cargo.toml
- name: install cargo-hack
run: cargo install cargo-hack
- name: clippy
run: |
cargo clippy --workspace --features serde --all-targets -v -- -D warnings
cargo clippy -p krnl -p krnl-core --no-default-features --features serde --all-targets -v -- --D warnings
cargo clippy -p krnl -p compute-benches --all-targets -v -- --D warnings
env:
CARGO_ALIAS_CLIPPYALL: clippy --workspace
run: cargo hack --feature-powerset --skip default clippyall --all-targets -v -- -D warnings
- name: krnlc clippy
run: cargo +nightly-2023-05-27 clippy --manifest-path krnlc/Cargo.toml --no-default-features --features use-installed-tools -v -- -D warnings
- name: rustdoc
Expand Down

0 comments on commit cbf0d00

Please sign in to comment.