CI: run testsuite with -Werror.
This commit is contained in:
parent
c6150d0586
commit
10fd5cff4b
2 changed files with 5 additions and 3 deletions
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
export NMIGEN_USE_YOSYS=builtin YOSYS=yowasp-yosys SBY=yowasp-sby SMTBMC=yowasp-yosys-smtbmc
|
||||
export PYTHONWARNINGS=error
|
||||
python -m coverage run -m unittest
|
||||
codecov
|
||||
document:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue