Fix compat with 32 bit arch

This commit is contained in:
Eduard S
2020-03-17 17:17:45 +01:00
parent ee467c6215
commit e10db811aa
2 changed files with 41 additions and 6 deletions

View File

@@ -4,5 +4,12 @@ language: go
go:
- "1.12"
jobs:
include:
- name: "Unit Tests 64 bit arch"
env: GOARCH="amd64"
- name: "Unit Test 32 bit arch"
env: GOARCH="386"
env:
- GO111MODULE=on