Skip to content

Commit

Permalink
chore: try to run the reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent f3ded5a commit 38dd051
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,14 @@ jobs:
# compression-level: 0
# if-no-files-found: error

download-proof-params:
name: Download the proof params
uses: ./.github/workflows/proof-params-download.yml
with:
parameters-json-hash: ${{ hashFiles('filecoin-proofs/parameters.json') }}

test_release:
needs: set-msrv
needs: [set-msrv, download-proof-params]
runs-on: ubuntu-latest
name: Test in release mode
steps:
Expand Down Expand Up @@ -190,10 +196,10 @@ jobs:
#- name: List parameter files
# run: ls -al /var/tmp/filecoin-proof-parameters/

- name: Download the proof params
uses: ./.github/workflows/proof-params-download.yml
with:
parameters-json-hash: ${{ hashFiles('filecoin-proofs/parameters.json') }}
#- name: Download the proof params
# uses: ./.github/workflows/proof-params-download.yml
# with:
# parameters-json-hash: ${{ hashFiles('filecoin-proofs/parameters.json') }}

- name: Test in release profile
run: cargo test --verbose --release --workspace --all-targets
Expand Down

0 comments on commit 38dd051

Please sign in to comment.