Skip to content

Commit 8287d36

Browse files
authored
Run CI tests on 386 too cc #516 (#518)
1 parent 4053935 commit 8287d36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
- run: go fmt ./...
6262
- run: git --no-pager diff --exit-code
6363

64+
- if: runner.os == 'Linux'
65+
run: go test ./...
66+
env:
67+
GOARCH: '386'
6468
- run: go test ./...
6569
- run: go test -v -run TestRaceyPatternSchema -race ./...
6670
env:

0 commit comments

Comments
 (0)