Skip to content

Commit

Permalink
Run tests using make (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht authored Mar 5, 2024
1 parent a3a1cc5 commit 5714b35
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ jobs:
pip install tox
pip install pipenv
- name: Lint with tox
run: tox -e lint

- name: Run tests with tox
run: tox --recreate -e py39 --parallel auto
- name: Run tests
run: make test

0 comments on commit 5714b35

Please sign in to comment.