From e7fc51ad6ea02173dda4322056a88e0dcfe558d3 Mon Sep 17 00:00:00 2001 From: Spencer Ferris <3319370+spencewenski@users.noreply.github.com> Date: Sun, 5 May 2024 15:49:00 -0700 Subject: [PATCH] Install missing nextest dependency for feature powerset --- .github/workflows/feature_powerset.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/feature_powerset.yml b/.github/workflows/feature_powerset.yml index 15423c21..739cba16 100644 --- a/.github/workflows/feature_powerset.yml +++ b/.github/workflows/feature_powerset.yml @@ -50,6 +50,7 @@ jobs: - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - uses: taiki-e/install-action@cargo-hack + - uses: taiki-e/install-action@nextest - name: Test run: cargo hack nextest run --no-fail-fast --feature-powerset --skip default --group-features jwt-ietf,jwt --group-features jwt-openid,jwt --clean-per-run --log-group github-actions --exclude-no-default-features --exclude-all-features