From bc58859de84088a49a67f7834ac836bccf583c5d Mon Sep 17 00:00:00 2001 From: Phoenix Kahlo Date: Sat, 4 Jan 2025 14:35:06 -0600 Subject: [PATCH] ci: powerset --clean-per-run --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1d3452965..d4a0d877d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -282,4 +282,4 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - uses: taiki-e/install-action@cargo-hack - - run: cargo hack check --feature-powerset --optional-deps --no-dev-deps --ignore-unknown-features --ignore-private --group-features runtime-async-std,async-io,async-std --group-features runtime-smol,async-io,smol --skip "${{env.SKIP_FEATURES}}" + - run: cargo hack check --feature-powerset --optional-deps --clean-per-run --no-dev-deps --ignore-unknown-features --ignore-private --group-features runtime-async-std,async-io,async-std --group-features runtime-smol,async-io,smol --skip "${{env.SKIP_FEATURES}}"