From 9c8059cc903948e6fb2729680e32640faa0d08cc Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 28 Aug 2024 14:48:10 +0200 Subject: [PATCH] chore: run the paramcache --- .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 ed60000f9..8f0fe39c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Generate proof parameters if: steps.cache-parameters.outputs.cache-hit != 'true' #run: cargo build --release --no-default-features --bin paramcache --sector-sizes='2048,4096,16384,32768' - run: cargo build --release --no-default-features --bin paramcache -- --sector-sizes='2048' + run: cargo run --release --no-default-features --bin paramcache -- --sector-sizes='2048' - name: Test in release profile run: cargo test --verbose --release --workspace --all-targets