diff --git a/.github/workflows/cargo-features.yml b/.github/workflows/cargo-features.yml index 572cbd24c0..bd1d97914b 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 --feature-powerset --exclude hotshot-query-service + cargo hack check --feature-powerset --exclude hotshot-* - name: Check compilation for feature combinations (--tests) run: | - cargo hack check --feature-powerset --tests --exclude hotshot-query-service + cargo hack check --feature-powerset --tests --exclude hotshot-*