Skip to content

Commit bd9cc99

Browse files
committed
Remove antiquated GORACE setting.
1 parent 3529819 commit bd9cc99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 -race -covermode=atomic ./...
4+
go test -timeout=1s -race -covermode=atomic ./...
55

66
fmt:
77
go fmt ./...

0 commit comments

Comments
 (0)