mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 13:53:40 +00:00
Enable plugins
This commit is contained in:
parent
1214e8aecd
commit
3313645fd0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
|
@ -204,7 +204,7 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make -C docs test -j${{ env.procs }}
|
make -C docs test -j${{ env.procs }} ENABLE_PLUGINS=1
|
||||||
|
|
||||||
test-docs-build:
|
test-docs-build:
|
||||||
name: Try build docs
|
name: Try build docs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue