Run 32-bit tests in CircleCI

This commit is contained in:
Daniel Nelson 2018-04-20 15:10:22 -07:00
parent 64072a9c8a
commit 3440d70f5c
1 changed files with 1 additions and 0 deletions

View File

@ -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: