mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-03 15:56:48 +00:00
CI: Skip winapi feature in cargo hack check
(already covered by the `clock` feature)
This commit is contained in:
parent
30b6294ba1
commit
00d389e522
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
|||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- run: |
|
- run: |
|
||||||
cargo hack check --feature-powerset --optional-deps serde,rkyv \
|
cargo hack check --feature-powerset --optional-deps serde,rkyv \
|
||||||
--skip __internal_bench,__doctest,iana-time-zone,pure-rust-locales,libc \
|
--skip __internal_bench,__doctest,iana-time-zone,pure-rust-locales,libc,winapi \
|
||||||
--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