forked from TrueCloudLab/restic
travis: Run tests for 386 and amd64
This commit is contained in:
parent
d42242556b
commit
eee93e9125
1 changed files with 2 additions and 0 deletions
|
@ -31,7 +31,9 @@ script:
|
|||
- make restic
|
||||
- make gox
|
||||
- make test
|
||||
- GOARCH=386 make test
|
||||
- make test-integration
|
||||
- GOARCH=386 make test-integration
|
||||
- make all.cov
|
||||
- goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"
|
||||
- gofmt -l *.go */*.go */*/*.go
|
||||
|
|
Loading…
Reference in a new issue