Skip to content

Commit

Permalink
chore: Fix makefile for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Sep 6, 2020
1 parent 84dfa38 commit 813f96b
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 @@ -32,7 +32,7 @@ code/lint: setup/dep/install

.PHONY: test/unit
test/unit: setup/dep/install
$(GO) test $(GO_VENDOR) -v -coverpkg=./pkg/... -coverprofile=c.out.tmp ./pkg/...
$(GO) test $(GO_VENDOR) -v -coverpkg=./... -coverprofile=c.out.tmp ./...

.PHONY: test/coverage
test/coverage:
Expand Down

0 comments on commit 813f96b

Please sign in to comment.