From a65ef63abc08d3402ef0bcb1cb8983dc3f76164b Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 28 Aug 2024 18:34:05 +0200 Subject: [PATCH] chore: fix config --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14fa6c3ba..22a92d7ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: # if-no-files-found: error test_release: - needs: [set-msrv, proof-params] + needs: set-msrv runs-on: ubuntu-latest name: Test in release mode steps: