mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-16 13:58:47 +00:00
ci: Add wget-abc to sparse-build
Run `make check-git-abc` first, expecting a failure. If the target succeeds then the test should fail.
This commit is contained in:
parent
bacfe127c4
commit
cfb35d2283
8
.github/workflows/extra-builds.yml
vendored
8
.github/workflows/extra-builds.yml
vendored
|
@ -120,7 +120,13 @@ jobs:
|
|||
|
||||
- name: Setup environment
|
||||
uses: ./.github/actions/setup-build-env
|
||||
|
||||
|
||||
- name: Check abc
|
||||
shell: bash
|
||||
run: |
|
||||
! make check-git-abc
|
||||
make wget-abc
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue