Skip to content

Commit ec222e5

Browse files
committed
update Makefile
1 parent aac1b06 commit ec222e5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
.PHONY: test build
22

33
test:
4-
go test ./...
4+
go test ./... -race
5+
6+
test-coverage:
7+
go test ./... -race -coverprofile=coverage.out
58

69
build:
710
mkdir -p bin

0 commit comments

Comments
 (0)