Skip to content

Commit 9cb67d9

Browse files
authored
chore(proxyd): remove -race from make tests (ethereum-optimism#7573)
1 parent 2fd2508 commit 9cb67d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxyd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ fmt:
1313
.PHONY: fmt
1414

1515
test:
16-
go test -race -v ./...
16+
go test -v ./...
1717
.PHONY: test
1818

1919
lint:
2020
go vet ./...
21-
.PHONY: test
21+
.PHONY: test

0 commit comments

Comments
 (0)