mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
test: enable pytest to automatically discover tests (#559)
This commit is contained in:
commit
a4ff811f4e
2 changed files with 1 additions and 1 deletions
2
.github/workflows/Pipeline.yml
vendored
2
.github/workflows/Pipeline.yml
vendored
|
@ -215,4 +215,4 @@ jobs:
|
|||
. ./.github/scripts/activate.sh
|
||||
|
||||
pip3 install -r ./test/requirements.txt
|
||||
pytest -vsrA --color=yes test/wrappers.py
|
||||
pytest --verbose --capture=no -rA --color=yes test/
|
||||
|
|
Loading…
Reference in a new issue