Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam authored May 20, 2019
1 parent eb4f152 commit 6551669
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 @@ -29,7 +29,7 @@ build: install
ci: test

test: build
@go -v $(ALL_PACKAGES)
@go test -v $(ALL_PACKAGES)

vet:
@go vet $(ALL_PACKAGES)
Expand Down

0 comments on commit 6551669

Please sign in to comment.