Skip to content

Commit

Permalink
Running go vet before test
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Oct 29, 2015
1 parent b087331 commit 55ec2bf
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 @@ -40,9 +40,9 @@ updatedeps: deps
| xargs go get -f -u -v

test: deps
@$(MAKE) vet
@./scripts/verify_no_uuid.sh
@./scripts/test.sh
@$(MAKE) vet

cover: deps
./scripts/verify_no_uuid.sh
Expand Down

0 comments on commit 55ec2bf

Please sign in to comment.