Run 32bits on CI

This commit is contained in:
Yuce Tekol 2018-04-24 16:13:36 +03:00
parent 7fbd5ff82f
commit ff8ab6930a
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -10,6 +10,7 @@ env:
install:
- make install-dep install-statik vendor generate-statik
script:
- GOARCH=386 make test
- make test
# TODO: When we drop support for Go <1.10, we should use `-coverprofile=` on both `go test` and `goveralls` so the test suite doesn't run twice. See https://github.com/pilosa/pilosa/issues/1009
after_success: