We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4722e6d commit 4c556bbCopy full SHA for 4c556bb
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