Skip to content

Commit 3529819

Browse files
committed
Enable caching to tighten development feedback loop.
1 parent 9e9ffaf commit 3529819

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

66
fmt:
77
go fmt ./...

0 commit comments

Comments
 (0)