CI: only discover tests under tests/.
This avoids a crash importing the deprecated `nmigen` module with PYTHONWARNINGS=error set.
This commit is contained in:
parent
e11d033b0f
commit
a7fdf661cf
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: |
|
||||
export AMARANTH_USE_YOSYS=builtin YOSYS=yowasp-yosys SBY=yowasp-sby SMTBMC=yowasp-yosys-smtbmc
|
||||
export PYTHONWARNINGS=error
|
||||
python -m coverage run -m unittest
|
||||
python -m coverage run -m unittest -t . -s tests
|
||||
codecov
|
||||
document:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue