mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Run 32bits on CI
This commit is contained in:
parent
7fbd5ff82f
commit
ff8ab6930a
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue