Skip to content

Commit

Permalink
ci: refactor ffi test script
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Sep 12, 2023
1 parent 95eb53e commit 7d21ab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 42 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/test-ffi.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
matrix:
include:
- testname: "examples/tokens/ERC20"
testopts: ""
- testname: "examples/tokens/ERC721"
testopts: ""
- testname: "ffi:tests"
testopts: "--ffi"

steps:
- uses: actions/checkout@v3
Expand All @@ -39,4 +43,4 @@ jobs:
run: pip install -e .

- name: Run pytest
run: pytest -v tests/test_halmos.py -k ${{ matrix.testname }} --halmos-options="-v -st --error-unknown --test-parallel --solver-parallel --solver-timeout-assertion 0"
run: pytest -v tests/test_halmos.py -k ${{ matrix.testname }} --halmos-options="-v -st --error-unknown --test-parallel --solver-parallel --solver-timeout-assertion 0 ${{ matrix.testopts }}"

0 comments on commit 7d21ab1

Please sign in to comment.