Skip to content

Commit

Permalink
avoid vendor manifoldco
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 22, 2018
1 parent 8a23f0e commit 566f09c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ dist-clean: clean
.PHONY: test
test: $(EXE)
mv $(EXE) build
go test -v ./...

go test -v $(go list ./... | grep -v /vendor/github.com/manifoldco)

0 comments on commit 566f09c

Please sign in to comment.