Skip to content

Commit a636f8e

Browse files
committed
Remove antiquated GORACE setting.
1 parent 22eec5e commit a636f8e

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
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22

33
test: fmt
4-
GORACE="atexit_sleep_ms=50" go test -timeout=1s -short -race -covermode=atomic ./...
4+
go test -timeout=1s -short -race -covermode=atomic ./...
55

66
fmt:
77
go fmt ./...

0 commit comments

Comments
 (0)