From 59b75505cad18dc9dccb5aa328b647d158f686d1 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Mon, 28 Aug 2023 16:42:49 +0200 Subject: [PATCH] CI: Skip winapi feature in `cargo hack check` (already covered by the `clock` feature) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 136443b9b5..39b6b62cbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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