diff --git a/.circleci/config.yml b/.circleci/config.yml index c4f376e0d..49bac606a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: