mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-27 13:01:37 +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
|
||||
- run: |
|
||||
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
|
||||
# run using `bash` on all platforms for consistent
|
||||
# line-continuation marks
|
||||
|
Loading…
x
Reference in New Issue
Block a user