Skip to content

Commit

Permalink
CI: Treat some features as mutually exclusive in cargo hack check
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Apr 4, 2024
1 parent 0b9b160 commit 8b1364f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: |
cargo hack check --feature-powerset --optional-deps arbitrary,serde \
--skip __internal_bench,iana-time-zone,pure-rust-locales,libc,oldtime,winapi,rkyv-16,rkyv-64,rkyv-validation,wasmbind \
--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 \
--all-targets
# run using `bash` on all platforms for consistent
# line-continuation marks
Expand Down

0 comments on commit 8b1364f

Please sign in to comment.