mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-08 04:52:28 +00:00
Enable unit tests
This commit is contained in:
parent
d4e3bfc265
commit
2f609a3136
2 changed files with 10 additions and 0 deletions
5
.github/workflows/test-sanitizers.yml
vendored
5
.github/workflows/test-sanitizers.yml
vendored
|
|
@ -113,3 +113,8 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
find tests/**/*.err -print -exec cat {} \;
|
||||
|
||||
- name: Run unit tests
|
||||
shell: bash
|
||||
run: |
|
||||
make -j$procs unit-test CONFIG=$CC ENABLE_LIBYOSYS=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue