Run 32-bit tests in CircleCI
This commit is contained in:
parent
64072a9c8a
commit
3440d70f5c
|
@ -41,6 +41,7 @@ jobs:
|
|||
- attach_workspace:
|
||||
at: '/go/src'
|
||||
- run: 'make test-ci'
|
||||
- run: 'GOARCH=386 make test-ci'
|
||||
release:
|
||||
<<: [ *defaults, *go-1_10 ]
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue