mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
ci: Test build docs
This commit is contained in:
parent
edf29e725e
commit
33930e44ac
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
|
@ -189,3 +189,8 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make -C docs test -j${{ env.procs }}
|
make -C docs test -j${{ env.procs }}
|
||||||
|
|
||||||
|
- name: Test build docs
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
make -C docs -j${{ env.procs }} TARGETS= EXTRA_TARGETS=
|
||||||
|
|
Loading…
Reference in a new issue