Skip to content

Commit

Permalink
TARGET: ${{ inputs.version_name }}
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jul 21, 2024
1 parent 3f84a22 commit b4c70ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-build-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ jobs:
uses: risc0/risc0/.github/actions/sccache@release-0.19

- name: Install ${{ inputs.version_name }}
env:
TARGET: ${{ inputs.version_name }}
run: make install

- name: Build ${{ inputs.version_name }} prover
env:
TARGET: ${{ inputs.version_name }}
run: make build

- name: Test ${{ inputs.version_name }} prover
env:
TARGET: ${{ inputs.version_name }}
run: make test

0 comments on commit b4c70ca

Please sign in to comment.