mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-24 01:01:21 +00:00
.github: run unit tests in build jobs, not test jobs
This commit is contained in:
parent
9f30f0e7d6
commit
dfbef2fe24
3 changed files with 3 additions and 11 deletions
4
.github/workflows/test-sanitizers.yml
vendored
4
.github/workflows/test-sanitizers.yml
vendored
|
|
@ -73,7 +73,3 @@ jobs:
|
|||
run: |
|
||||
find tests/**/*.err -print -exec cat {} \;
|
||||
|
||||
- name: Run unit tests
|
||||
shell: bash
|
||||
run: |
|
||||
make -j$procs unit-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue