Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 1a4ed8d

Browse files
committed
build: в тестах отключена корректировка на malloc bug on MacOS
1 parent f9f5952 commit 1a4ed8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ lint:
1414
--disable paralleltest \
1515
--disable exhaustivestruct
1616
test:
17-
make lint
1817
go get -u -t -v ./...
1918
go mod tidy -v
20-
# malloc bug on MacOS with race detector
21-
export MallocNanoZone=0;go test -v -covermode=atomic -race ./...
19+
make lint
20+
go test -v -covermode=atomic -race ./...

0 commit comments

Comments
 (0)