From 8508be4c9296107811025cce1c91a69218bbd1b6 Mon Sep 17 00:00:00 2001 From: Jarred Parr Date: Fri, 7 Feb 2025 11:35:53 -0700 Subject: [PATCH] exclude all hotshot? --- .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 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-*