Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
claucece committed May 22, 2020
1 parent 91bbfc4 commit b0d60ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ for package in $(go list ./...); do
# only run the race detector on x86_64
if [ "$(uname -m)" = "x86_64" ]; then
go list ./...
govendor list
go test -mod=vendor -tags "$BUILD_TAGS" -race -coverprofile=profile.out -covermode=atomic $package
else
go list ./...
govendor list
go test -mod=vendor -tags "$BUILD_TAGS" -coverprofile=profile.out $package
fi

Expand Down

0 comments on commit b0d60ca

Please sign in to comment.