We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb2812 commit 00f0d72Copy full SHA for 00f0d72
.github/workflows/unit-tests.yml
@@ -72,6 +72,16 @@ jobs:
72
go-version-file: "go.work"
73
- name: install nextest
74
uses: taiki-e/install-action@nextest
75
+ - name: Fetch proof params
76
+ run: |
77
+ docker run --rm \
78
+ -v $FIL_PROOFS_PARAMETER_CACHE:$FIL_PROOFS_PARAMETER_CACHE \
79
+ -e FIL_PROOFS_PARAMETER_CACHE=$FIL_PROOFS_PARAMETER_CACHE \
80
+ --entrypoint forest-tool \
81
+ ghcr.io/chainsafe/forest \
82
+ fetch-params --keys
83
+ sudo chmod -R 755 $FIL_PROOFS_PARAMETER_CACHE
84
+ ls -ahl $FIL_PROOFS_PARAMETER_CACHE
85
- run: |
86
make test-release-docs
87
make test-release
0 commit comments