3
0
Fork 0
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:
Krystine Sherwin 2024-07-19 14:30:16 +12:00
parent bacfe127c4
commit cfb35d2283
No known key found for this signature in database

View file

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