Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
travis should run both sets of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 26, 2018
1 parent ff88175 commit b3faf4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ test:
ci-test: deps
$(GO_BIN) test -tags ${TAGS} -race ./...
make tidy
cd ./v2 && make ci-test

lint:
gometalinter --vendor ./... --deadline=1m --skip=internal
Expand Down

0 comments on commit b3faf4f

Please sign in to comment.