mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-16 04:05:42 +00:00
Disable test-cells
This commit is contained in:
parent
3cd1cc157a
commit
ce972ae7a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
|
|
@ -174,7 +174,7 @@ jobs:
|
|||
name: Run test_cell
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: [build-yosys, pre_job]
|
||||
if: needs.pre_job.outputs.should_skip != 'true'
|
||||
if: needs.pre_job.outputs.should_skip != 'true' && false
|
||||
env:
|
||||
CC: clang
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue