Skip to content

Commit 7b3c2b9

Browse files
ci: disable go race-condition testing
Signed-off-by: Mathew Wicks <[email protected]>
1 parent bcc16df commit 7b3c2b9

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
@@ -72,7 +72,7 @@ install: build
7272
.PHONY: test
7373
test:
7474
@echo "********** running tests **********"
75-
@go test -race -v ./...
75+
@go test -v ./...
7676

7777
# ------------------------------------------------------------------------------
7878
# lint

0 commit comments

Comments
 (0)