mirror of https://github.com/YosysHQ/yosys.git
This one should run only vanilla-tests
This commit is contained in:
parent
c6e48f4bea
commit
e5b3e9fc1f
|
|
@ -132,7 +132,7 @@ jobs:
|
|||
- name: Run tests
|
||||
shell: bash
|
||||
run: |
|
||||
make -j$procs test OBJS= TARGETS= EXTRA_TARGETS= CONFIG=$CC
|
||||
make -j$procs vanilla-test OBJS= TARGETS= EXTRA_TARGETS= CONFIG=$CC
|
||||
|
||||
- name: Report errors
|
||||
if: ${{ failure() }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue