mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Merge pull request #1739 from youknowone/pytest-v
github actions run pytest with -v option
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
- run: pipenv install
|
||||
working-directory: ./tests
|
||||
- name: run snippets
|
||||
run: pipenv run pytest
|
||||
run: pipenv run pytest -v
|
||||
working-directory: ./tests
|
||||
|
||||
format:
|
||||
|
||||
Reference in New Issue
Block a user