mirror of https://github.com/YosysHQ/yosys.git
Fixes to build flow
This commit is contained in:
parent
2e78f6926e
commit
53be1f8617
|
|
@ -215,4 +215,5 @@ jobs:
|
|||
- name: Run tests
|
||||
shell: bash
|
||||
run: |
|
||||
export PATH="$(brew --prefix make)/libexec/gnubin:$PATH"
|
||||
make -C docs test -j${{ env.procs }} SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue