Skip to content

Commit 958422f

Browse files
committed
Run tests with Tox not just pytest
1 parent 0bfbe18 commit 958422f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,9 @@ jobs:
3030
python_version: 3.8
3131
poetry_version: 1.0
3232
args: install
33-
- name: Lint
33+
- name: Run matrix of tests with Tox
3434
uses: abatilo/[email protected]
3535
with:
3636
python_version: 3.8
3737
poetry_version: 1.0
38-
args: run pre-commit run --all-files
39-
- name: Run pytest
40-
uses: abatilo/[email protected]
41-
with:
42-
python_version: 3.8
43-
poetry_version: 1.0
44-
args: run pytest
38+
args: run tox

0 commit comments

Comments
 (0)