Skip to content

Commit

Permalink
CI: simplify cargo hack check
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Apr 7, 2024
1 parent 4741338 commit 332be72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ jobs:
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
- run: |
cargo hack check --feature-powerset --optional-deps arbitrary,serde \
--skip __internal_bench,iana-time-zone,oldtime,pure-rust-locales,libc,winapi,rkyv-validation,wasmbind \
--mutually-exclusive-features arbitrary,rkyv,rkyv-16,rkyv-32,rkyv-64,serde \
cargo hack check --feature-powerset --skip rkyv-validation,wasmbind \
--mutually-exclusive-features arbitrary,rkyv-16,rkyv-32,rkyv-64,serde \
--all-targets
# run using `bash` on all platforms for consistent
# line-continuation marks
Expand Down

0 comments on commit 332be72

Please sign in to comment.