Skip to content

Commit 34db3de

Browse files
committed
Remove unused target from the makefile
Change-Id: Ic663c249a5529114d386e59f522386f132e13879 Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent f5a3b7a commit 34db3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ govulncheck: install-govulncheck
5656
govulncheck ./...; \
5757
fi
5858

59-
test-coverage: install-test-deps
59+
test-coverage:
6060
go test -race -v -count=1 -coverprofile=coverage.out ./...
6161

6262
build:

0 commit comments

Comments
 (0)