Skip to content

Commit

Permalink
call pytest like in other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Oct 4, 2024
1 parent 457296e commit 518486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.tests-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Run tests
working-directory: poetry-plugin-export
run: poetry run python -m pytest -p no:sugar -q tests
run: poetry run pytest -v

- name: Check for clean working tree
working-directory: poetry-plugin-export
Expand Down

0 comments on commit 518486a

Please sign in to comment.