Skip to content

Commit

Permalink
Run CI tests on 386 too cc getkin#516
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp committed Mar 30, 2022
1 parent cd4e291 commit bf5fccc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- run: git --no-pager diff --exit-code

- run: go test ./...
- run: go test ./...
env:
GOARCH: '386'
- run: go test -v -run TestRaceyPatternSchema -race ./...
env:
CGO_ENABLED: '1'
Expand Down

0 comments on commit bf5fccc

Please sign in to comment.