Skip to content

Commit

Permalink
CI: Skip winapi feature in cargo hack check
Browse files Browse the repository at this point in the history
(already covered by the `clock` feature)
  • Loading branch information
pitdicker committed Aug 29, 2023
1 parent a398b37 commit 80734fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80734fc

Please sign in to comment.