Skip to content

Commit

Permalink
Update gorace to be 50ms in response to Go v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrob2 authored Aug 24, 2023
1 parent 2f1d17c commit b8d0080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f

test: fmt
go test -timeout=1s -race -cover -short -count=1 ./...
GORACE="atexit_sleep_ms=50" go test -timeout=1s -race -cover -short -count=1 ./...

fmt:
go mod tidy && go fmt ./...
Expand Down

0 comments on commit b8d0080

Please sign in to comment.