Skip to content

Commit fcc7c0e

Browse files
committed
ci: add 32-bit test
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 45f6db3 commit fcc7c0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ jobs:
8888

8989
- name: test
9090
run: make TESTFLAGS="${{ matrix.race }}" test
91+
92+
- name: test 32-bit
93+
run: make GOARCH=386 TESTFLAGS="${{ matrix.race }}" test

0 commit comments

Comments
 (0)