Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Commit ff842fb

Browse files
author
sashayakovtseva
committed
Fix tests
1 parent bf68991 commit ff842fb

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
@@ -18,7 +18,7 @@ clean:
1818

1919
.PHONY: test
2020
test:
21-
$(V)go test -v -coverpkg=./... -coverprofile=cover.out -race ./...
21+
$(V)go test -v -coverprofile=cover.out -race ./...
2222

2323
.PHONY: lint
2424
lint:

0 commit comments

Comments
 (0)