Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 22, 2018
1 parent b854bf0 commit 2611db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ dist-clean: clean
.PHONY: test
test: $(EXE)
mv $(EXE) build
go test -v $(go list ./... | grep -v /vendor/github.com/manifoldco)
go test -v ./...

0 comments on commit 2611db4

Please sign in to comment.