Skip to content

Commit

Permalink
chore: run the paramcache
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent a731ed6 commit 9c8059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c8059c

Please sign in to comment.