Skip to content

Commit 21e2081

Browse files
committed
Add race test target
Signed-off-by: Danny Kopping <[email protected]>
1 parent c8f502e commit 21e2081

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ build: scripts/envbuilder-$(GOARCH)
1111
test: test-registry test-images
1212
go test -count=1 ./...
1313

14+
test-race:
15+
go test -race -count=3 ./...
16+
1417
# Starts a local Docker registry on port 5000 with a local disk cache.
1518
.PHONY: test-registry
1619
test-registry: .registry-cache

0 commit comments

Comments
 (0)