Skip to content

Commit 63b9414

Browse files
committed
Less verbosity and repetition
1 parent 82beb94 commit 63b9414

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ jobs:
2929
- name: Install dependencies
3030
run: poetry install
3131
- name: Run matrix of tests with Tox
32-
run: poetry run tox -vvv
33-
- name: Run pytest just in case Tox no worky
34-
run: poetry run pytest -v tests/ --cov-report=term-missing --cov=graphene_pydantic
32+
run: poetry run tox

0 commit comments

Comments
 (0)