From 657af440e907ca6f7d19b887d69a040b37ed7497 Mon Sep 17 00:00:00 2001 From: Sean Olson Date: Tue, 22 Oct 2024 16:11:07 -0700 Subject: [PATCH] Test the powerset of Cargo features in CI. --- .github/workflows/continuous-integration.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e9748bf..01d4bfd 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -50,16 +50,7 @@ jobs: - nightly steps: - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: ${{ matrix.toolchain }} - override: true - - uses: actions-rs/cargo@v1 - with: - command: test - args: --no-default-features --verbose - - uses: actions-rs/cargo@v1 + - uses: taiki-e/install-action@v2 with: - command: test - args: --all-features --verbose + tool: cargo-hack + - run: cargo hack test --feature-powerset