Skip to content

Commit

Permalink
Fix typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-stoeckl-mw committed Feb 20, 2020
1 parent 9c3de2f commit 874ce57
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 @@ -69,5 +69,5 @@ test-verbose:
.PHONY: test-verbose

test-verbose-with-coverage:
ginkgo -r -v -cover -race -coverpkg (PKG_TEST) -skipPackage="testdata,example"
ginkgo -r -v -cover -race -coverpkg $(PKG_TEST) -skipPackage="testdata,example"
.PHONY: test-verbose-with-coverage

0 comments on commit 874ce57

Please sign in to comment.