Skip to content

Commit 0a6d9ce

Browse files
committed
OOPS
1 parent 83fc987 commit 0a6d9ce

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
@@ -44,7 +44,7 @@ dlib.cov: test
4444
test -e $@
4545
touch $@
4646
test:
47-
go test -count=1 -coverprofile=dlib.cov -coverpkg=./... -race ./...
47+
go test -count=1 -coverprofile=dlib.cov -coverpkg=./... -race ${GOTEST_FLAGS} ./...
4848
.PHONY: test
4949

5050
%.cov.html: %.cov

0 commit comments

Comments
 (0)