Skip to content

Commit e2f9e99

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/validate.yml

+4
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ jobs:
8888

8989
- name: test
9090
run: make TESTFLAGS="${{ matrix.race }}" test
91+
92+
- name: test 32-bit
93+
if: ${{ matrix.race }} == "" # -race is not supported on linux/386
94+
run: make GOARCH=386 test

0 commit comments

Comments
 (0)