Skip to content
Snippets Groups Projects
Unverified Commit 648d7ae9 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Run 32-bit tests in CircleCI

parent 13937d51
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment