We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fd53c commit 6a01954Copy full SHA for 6a01954
1 file changed
pkg/distribution/Makefile
@@ -28,7 +28,7 @@ build:
28
29
test:
30
@echo "Running unit tests..."
31
- @go test -v ./...
+ @go test -race ./...
32
33
clean:
34
@echo "Cleaning..."
0 commit comments