Skip to content

Commit 4c556bb

Browse files
ilopezlunadoringeman
authored andcommitted
Run tests with race detection (docker#90)
* Run tests with race detection * Only run tests once
1 parent 4722e6d commit 4c556bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/distribution/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:
2828

2929
test:
3030
@echo "Running unit tests..."
31-
@go test -v ./...
31+
@go test -race ./...
3232

3333
clean:
3434
@echo "Cleaning..."

0 commit comments

Comments
 (0)