Skip to content

Commit d1cca4d

Browse files
committed
Install package to speed up test.
1 parent 1bc9fca commit d1cca4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
test:
2+
go install -race -v
3+
go test -i -v
24
go test -race -v .
35

46
coverage:
57
go test -coverprofile=coverage.out -v .
6-
go tool cover -html=coverage.out
8+
go tool cover -html=coverage.out

0 commit comments

Comments
 (0)