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 811af35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
- run: go fmt ./...
- run: git --no-pager diff --exit-code

- if: runner.os == 'Linux'
run: go test ./...
env:
GOARCH: '386'
- run: go test ./...
- run: go test -v -run TestRaceyPatternSchema -race ./...
env:
Expand Down

0 comments on commit 811af35

Please sign in to comment.