Skip to content

Commit c630f99

Browse files
ci: Reduce test_cell count and use a seed
1 parent ba01f7c commit c630f99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ jobs:
190190
- name: test_cell
191191
shell: bash
192192
run: |
193-
./yosys -p 'test_cell all'
194-
./yosys -p 'test_cell -nosat -aigmap $pow $pmux'
195-
./yosys -p 'test_cell -nosat -aigmap $eqx $nex $bweqx'
196-
./yosys -p 'test_cell -aigmap $buf'
193+
./yosys -p 'test_cell -n 20 -s 1 all'
194+
./yosys -p 'test_cell -n 20 -s 1 -nosat -aigmap $pow $pmux'
195+
./yosys -p 'test_cell -n 20 -s 1 -nosat -aigmap $eqx $nex $bweqx'
196+
./yosys -p 'test_cell -n 20 -s 1 -aigmap $buf'
197197
198198
test-docs:
199199
name: Run docs tests

0 commit comments

Comments
 (0)