Skip to content
Snippets Groups Projects
Commit b5e0ca3f authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Update run tests.

parent 4d45491d
Branches
No related tags found
No related merge requests found
...@@ -7,4 +7,5 @@ test: ...@@ -7,4 +7,5 @@ test:
- ln -s $PWD /go/src/gitlab.com/lyda/gqgmc - ln -s $PWD /go/src/gitlab.com/lyda/gqgmc
- cd /go/src/gitlab.com/lyda/gqgmc - cd /go/src/gitlab.com/lyda/gqgmc
- b=master; test -z "$CI_BUILD_TAG" && b=$CI_BUILD_REF_NAME; git branch -f $b $CI_BUILD_REF; git checkout $b - b=master; test -z "$CI_BUILD_TAG" && b=$CI_BUILD_REF_NAME; git branch -f $b $CI_BUILD_REF; git checkout $b
- go get -u -f ./cmd/*
- ./run_tests.sh - ./run_tests.sh
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
set -xue set -xue
go get -u -f ./cmd/*
go install -v ./cmd/* go install -v ./cmd/*
go list ./... |grep -v vendor/ |xargs go test go list ./... |grep -v vendor/ |xargs go test
gofmt -d $(find * -type f -name '*.go' -not -path 'vendor/*') gofmt -d $(find * -type f -name '*.go' -not -path 'vendor/*')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment