Skip to content

Commit

Permalink
Add cargo hack workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Sep 11, 2022
1 parent 436d0c2 commit 2b9e02c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: |
cargo fmt --all -- --check
cargo clippy --workspace --all-targets -- -D warnings
- name: Cargo hack
run: |
cargo install -f cargo-hack
cargo hack clippy --workspace --ignore-private --each-feature --no-dev-deps
- name: Test Native Intrinsics
run: |
cargo test
Expand Down

0 comments on commit 2b9e02c

Please sign in to comment.