Skip to content

Commit eb6a138

Browse files
authored
Update Makefile
1 parent 882ccad commit eb6a138

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
@@ -53,7 +53,7 @@ build:
5353
# make test, test your code
5454
test: test-case vet-case
5555
test-case:
56-
$(GOTEST) -race -cover ./...
56+
$(GOTEST) -cover ./...
5757
vet-case:
5858
${GOVET} ./...
5959

0 commit comments

Comments
 (0)