diff --git a/.github/workflows/feature_powerset.yml b/.github/workflows/feature_powerset.yml index f2f4f40f..dc419504 100644 --- a/.github/workflows/feature_powerset.yml +++ b/.github/workflows/feature_powerset.yml @@ -51,8 +51,8 @@ jobs: - uses: Swatinem/rust-cache@v2 - uses: taiki-e/install-action@cargo-hack - name: Test - run: cargo hack test --no-fail-fast --feature-powerset --workspace + run: cargo hack test --no-fail-fast --feature-powerset --skip default --group-features jwt-ietf,jwt --group-features jwt-openid,jwt --workspace - name: Check - run: cargo hack check --feature-powerset --no-dev-deps --workspace + run: cargo hack check --feature-powerset --no-dev-deps --skip default --group-features jwt-ietf,jwt --group-features jwt-openid,jwt --workspace - name: Clippy - run: cargo hack clippy --workspace --all-targets --feature-powerset -- -D warnings + run: cargo hack clippy --workspace --all-targets --feature-powerset --skip default --group-features jwt-ietf,jwt --group-features jwt-openid,jwt -- -D warnings