Skip to content

Commit

Permalink
CI: add cargo-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Nov 26, 2024
1 parent b043207 commit d72be75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
cargo build --verbose --no-default-features
cargo build --verbose --all-features
- uses: taiki-e/install-action@cargo-hack
- run: |
cargo hack build --no-private --feature-powerset --no-dev-deps
- name: Run tests
run: |
Expand Down

0 comments on commit d72be75

Please # to comment.