From c17bdb6288d3e9925fae82e2840df85c1e4c23fe Mon Sep 17 00:00:00 2001 From: sveitser Date: Fri, 15 Nov 2024 15:13:27 +0100 Subject: [PATCH] CI: run cargo check for feature combinations --- .github/workflows/cargo-features.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cargo-features.yml b/.github/workflows/cargo-features.yml index 31cdbbbde..262f678fc 100644 --- a/.github/workflows/cargo-features.yml +++ b/.github/workflows/cargo-features.yml @@ -35,8 +35,8 @@ jobs: # as each individual feature enabled. - name: Check compilation for feature combinations run: | - cargo hack check --each-feature + cargo hack check --feature-powerset - name: Check compilation for feature combinations (--tests) run: | - cargo hack check --each-feature --tests + cargo hack check --feature-powerset --tests