Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
use haas to run the integration tests
  • Loading branch information
itziakos authored Oct 26, 2024
1 parent 0b2e263 commit 3f4bf94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Test with haas
run: python -m haas zipfile2
- name: Integration tests
run: python -m unittest discover cpython-tests/${{ matrix.python-version }}
run: python -m haas .
working_directory: cpython-tests/${{ matrix.python-version }}

code-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f4bf94

Please sign in to comment.