File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 90
90
# compression-level: 0
91
91
# if-no-files-found: error
92
92
93
+ download-proof-params :
94
+ name : Download the proof params
95
+ uses : ./.github/workflows/proof-params-download.yml
96
+ with :
97
+ parameters-json-hash : ${{ hashFiles('filecoin-proofs/parameters.json') }}
98
+
93
99
test_release :
94
- needs : set-msrv
100
+ needs : [ set-msrv, download-proof-params]
95
101
runs-on : ubuntu-latest
96
102
name : Test in release mode
97
103
steps :
@@ -190,10 +196,10 @@ jobs:
190
196
# - name: List parameter files
191
197
# run: ls -al /var/tmp/filecoin-proof-parameters/
192
198
193
- - name : Download the proof params
194
- uses : ./.github/workflows/proof-params-download.yml
195
- with :
196
- parameters-json-hash : ${{ hashFiles('filecoin-proofs/parameters.json') }}
199
+ # - name: Download the proof params
200
+ # uses: ./.github/workflows/proof-params-download.yml
201
+ # with:
202
+ # parameters-json-hash: ${{ hashFiles('filecoin-proofs/parameters.json') }}
197
203
198
204
- name : Test in release profile
199
205
run : cargo test --verbose --release --workspace --all-targets
You can’t perform that action at this time.
0 commit comments