Skip to content

Commit 01150c3

Browse files
authored
Update proof-params to false and add generation
1 parent 1a804db commit 01150c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ jobs:
6363
- uses: ./.github/actions/setup-environment
6464
with:
6565
gpu: true
66-
proof-params: true
66+
proof-params: false
6767
rust-toolchain: true
68+
- name: Generate 32GiB proof parameters
69+
run: cargo run --release --no-default-features --bin paramcache -- --sector-sizes=34359738368
6870
- name: Test 32GiB seal lifecycle
6971
run: cargo test --features big-tests --release test_seal_lifecycle_32gib_porep_id_v1_1_top_8_8_0_api_v1_1 -- --nocapture
7072
- name: Test 32GiB seal lifecycle (synth-porep)
@@ -75,6 +77,8 @@ jobs:
7577
run: cargo test --features big-tests --release test_max_ni_seal_proof_aggregation_32gib -- --nocapture
7678
- name: Test 32GiB seal lifecycle sector upgrade test
7779
run: cargo test --features big-tests --release test_seal_lifecycle_upgrade_32gib_top_8_8_0_v1_2 -- --nocapture
80+
- name: Generate 64GiB proof parameters
81+
run: cargo run --release --no-default-features --bin paramcache -- --sector-sizes=68719476736
7882
- name: Test 64GiB seal lifecycle
7983
run: cargo test --features big-tests --release test_seal_lifecycle_64gib_porep_id_v1_1_top_8_8_2_api_v1_1 -- --nocapture
8084
- name: Test 64GiB seal lifecycle (synth-porep)

0 commit comments

Comments
 (0)