mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-23 17:58:02 +00:00
Merge pull request #79 from markdryan/s390x-tests
Run tests for the s390x build
This commit is contained in:
@@ -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 ./...
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user