Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
fixed make test for go.tip
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jul 19, 2018
1 parent 6479841 commit d77d5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ install: deps
packr clean

test:
$(GO_BIN) -vet off test -tags ${TAGS} ./...
$(GO_BIN) test -vet off -tags ${TAGS} ./...

ci-test:
$(GO_BIN) -vet off test -tags ${TAGS} -race -v ./...
$(GO_BIN) test -vet off -tags ${TAGS} -race -v ./...
docker build .

0 comments on commit d77d5d6

Please sign in to comment.