From 332be72d1dc2051e97dd361a7bfb28be750ad5ca Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Tue, 2 Apr 2024 14:23:17 +0200 Subject: [PATCH] CI: simplify `cargo hack check` --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f7a7f0f16..bb7aadfb20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,9 +77,8 @@ jobs: - uses: taiki-e/install-action@cargo-hack - uses: Swatinem/rust-cache@v2 - run: | - cargo hack check --feature-powerset --optional-deps arbitrary,serde \ - --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 \ + cargo hack check --feature-powerset --skip rkyv-validation,wasmbind \ + --mutually-exclusive-features arbitrary,rkyv-16,rkyv-32,rkyv-64,serde \ --all-targets # run using `bash` on all platforms for consistent # line-continuation marks