Merge pull request #79 from markdryan/s390x-tests

Run tests for the s390x build
This commit is contained in:
Mark Ryan
2018-12-03 16:37:12 +01:00
committed by GitHub
5 changed files with 5 additions and 4 deletions

View File

@@ -21,3 +21,4 @@ script:
- $GOPATH/bin/goveralls -v -service=travis-ci - $GOPATH/bin/goveralls -v -service=travis-ci
- gometalinter --tests --vendor --disable-all --enable=misspell --enable=vet --enable=ineffassign --enable=gofmt --enable=gocyclo --cyclo-over=15 --enable=golint --enable=errcheck --enable=deadcode --enable=staticcheck -enable=gas ./... - gometalinter --tests --vendor --disable-all --enable=misspell --enable=vet --enable=ineffassign --enable=gofmt --enable=gocyclo --cyclo-over=15 --enable=golint --enable=errcheck --enable=deadcode --enable=staticcheck -enable=gas ./...
- GOARCH=s390x go install ./... - GOARCH=s390x go install ./...
- go test --tags s390x_test ./...

View File

@@ -1,4 +1,4 @@
// +build !s390x // +build !s390x,!s390x_test
/* /*
// Copyright contributors to the Virtual Machine Manager for Go project // Copyright contributors to the Virtual Machine Manager for Go project

View File

@@ -1,4 +1,4 @@
// +build !s390x // +build !s390x,!s390x_test
/* /*
// Copyright contributors to the Virtual Machine Manager for Go project // Copyright contributors to the Virtual Machine Manager for Go project

View File

@@ -1,4 +1,4 @@
// +build s390x // +build s390x s390x_test
/* /*
// Copyright contributors to the Virtual Machine Manager for Go project // Copyright contributors to the Virtual Machine Manager for Go project

View File

@@ -1,4 +1,4 @@
// +build s390x // +build s390x s390x_test
/* /*
// Copyright contributors to the Virtual Machine Manager for Go project // Copyright contributors to the Virtual Machine Manager for Go project