mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 09:35:32 +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
|
||||
shell: bash
|
||||
run: |
|
||||
make -C docs test -j${{ env.procs }}
|
||||
make -C docs test -j${{ env.procs }} ENABLE_PLUGINS=1
|
||||
|
||||
test-docs-build:
|
||||
name: Try build docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue