Skip to content

Commit 74b41ae

Browse files
committed
fix(ci-i386): set wordsize=2
1 parent ffcea7d commit 74b41ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,4 @@ jobs:
280280
run: make -C sources -j 4 ${{ matrix.bin }}
281281

282282
- name: Test
283-
run: ./check/check.rb ./sources/${{ matrix.bin }} --stat
283+
run: ./check/check.rb ./sources/${{ matrix.bin }} --stat --wordsize 2

0 commit comments

Comments
 (0)