diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fb54de0..7317cf6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,6 +12,6 @@ jobs: - name: Install cargo-hack uses: taiki-e/install-action@cargo-hack - name: Cargo Hack Check - run: cargo hack check --each-feature --mutually-exclusive-features no_std,uuid --lib --tests + run: cargo hack check --feature-powerset --mutually-exclusive-features no_std,uuid --lib --tests - name: Cargo Hack Test - run: cargo hack test --each-feature --mutually-exclusive-features no_std,uuid + run: cargo hack test --feature-powerset --mutually-exclusive-features no_std,uuid