mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 15:26:12 +00:00
CI: Treat some features as mutually exclusive in cargo hack check
This commit is contained in:
parent
0b9b160d1e
commit
8b1364f680
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -80,7 +80,8 @@ jobs:
|
|||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- run: |
|
- run: |
|
||||||
cargo hack check --feature-powerset --optional-deps arbitrary,serde \
|
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
|
--all-targets
|
||||||
# run using `bash` on all platforms for consistent
|
# run using `bash` on all platforms for consistent
|
||||||
# line-continuation marks
|
# line-continuation marks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user