Skip to content

Commit

Permalink
chore: fix paramache command
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 36594a4 commit a731ed6
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 build --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 a731ed6

Please sign in to comment.