diff --git a/.github/workflows/before-release-hack-check.yml b/.github/workflows/pre-release-checkup.yml similarity index 89% rename from .github/workflows/before-release-hack-check.yml rename to .github/workflows/pre-release-checkup.yml index 0ef640adb1..57f87370d6 100644 --- a/.github/workflows/before-release-hack-check.yml +++ b/.github/workflows/pre-release-checkup.yml @@ -1,5 +1,4 @@ -name: Checks to run before release to verify individual crates can be built independently - +name: Checks to perform pre-release (manual) on: - workflow_dispatch @@ -30,7 +29,7 @@ jobs: run: | cargo hack --all --feature-powerset --at-least-one-of rustls-tls,native-tls --mutually-exclusive-features rustls-tls,native-tls --mutually-exclusive-features rustls-tls,static-link-openssl --skip default-no-clipboard,stable,mimalloc check - name: Build all crates - run: cargo hack --all build + run: cargo hack --all build --clean-per-run - name: Check for clean repo shell: bash