Skip to content

Commit b631ab2

Browse files
authored
Run tests with race detection (#90)
* Run tests with race detection * Only run tests once
1 parent dc1ecc0 commit b631ab2

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
@@ -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)