Skip to content

Commit

Permalink
Add reference tests to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlezoup committed Aug 1, 2023
1 parent 5cc3cb8 commit 8e974a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: Run Python reference tests
run: |
forge test -vvv --ffi --match-test testRef
id: test-ref

- name: Install Halmos
run: pip install halmos
Expand Down

0 comments on commit 8e974a0

Please sign in to comment.