Skip to content

Commit

Permalink
ci: add morpho blue external test (a16z#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Sep 30, 2024
1 parent 52600ef commit 049a213
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
cmd: "--function testProve --loop 4"
branch: ""
profile: ""
- repo: "morpho-org/morpho-blue"
dir: "morpho-blue"
cmd: ""
branch: ""
profile: "test"
- repo: "a16z/cicada"
dir: "cicada"
cmd: "--contract LibUint1024Test --function testProve --loop 256"
Expand Down Expand Up @@ -102,7 +107,7 @@ jobs:
run: docker run halmos-image --version

- name: Test external repo
run: docker run -v .:/workspace halmos-image ${{ matrix.project.cmd }} --statistics --solver-timeout-assertion 0 --solver-threads 3 --solver-command yices-smt2 ${{ matrix.cache-solver }} ${{ inputs.halmos-options }}
run: docker run -e FOUNDRY_PROFILE -v .:/workspace halmos-image ${{ matrix.project.cmd }} --statistics --solver-timeout-assertion 0 --solver-threads 3 --solver-command yices-smt2 ${{ matrix.cache-solver }} ${{ inputs.halmos-options }}
working-directory: ${{ matrix.project.dir }}
env:
FOUNDRY_PROFILE: ${{ matrix.project.profile }}

0 comments on commit 049a213

Please sign in to comment.