3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 09:35:32 +00:00

Enable plugins

This commit is contained in:
Akash Levy 2024-10-19 16:21:22 -07:00
parent 1214e8aecd
commit 3313645fd0

View file

@ -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