Run 32-bit tests in CircleCI

This commit is contained in:
Daniel Nelson 2018-04-20 15:10:22 -07:00
parent 13937d511d
commit 648d7ae922
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
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: