Skip to content

Commit

Permalink
test-long.yml: install halmos
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed May 31, 2024
1 parent c101af3 commit 007c62c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
container: ghcr.io/emperororokusaki/solvers:0.1.0

strategy:
Expand All @@ -25,6 +25,10 @@ jobs:
with:
submodules: recursive

- name: Install halmos
run: |
python3 -m pip install -e .
- name: Run Pytest
run: |
pytest -x -v tests/test_halmos.py -k ${{ matrix.testname }} --halmos-options='-v -st --solver-timeout-assertion 0 --solver-threads 6 --solver-command=yices-smt2' -s --log-cli-level=

0 comments on commit 007c62c

Please sign in to comment.