Skip to content

Commit 22eec5e

Browse files
committed
Enable caching to tighten development feedback loop.
1 parent 7de0df6 commit 22eec5e

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

66
fmt:
77
go fmt ./...

0 commit comments

Comments
 (0)