Skip to content

Commit

Permalink
Update the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed Jul 6, 2024
1 parent 19f4208 commit f7babc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Cargo Hack Check
run: cargo hack check --each-feature --mutually-exclusive-features no_std,uuid --lib --tests
run: cargo hack check --feature-powerset --mutually-exclusive-features no_std,uuid --lib --tests
- name: Cargo Hack Test
run: cargo hack test --each-feature --mutually-exclusive-features no_std,uuid
run: cargo hack test --feature-powerset --mutually-exclusive-features no_std,uuid

0 comments on commit f7babc8

Please sign in to comment.