8000 Add `-race` to Go test by default (#270) · spiffe/go-spiffe@8e0ce79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e0ce79

Browse files
authored
Add -race to Go test by default (#270)
Signed-off-by: Noah Stride <noah.stride@goteleport.com>
1 parent 2a8191f commit 8e0ce79

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
@@ -143,7 +143,7 @@ tidy: | go-check
143143

144144
.PHONY: test
145145
test: | go-check
146-
@cd ./v2; $(go_path) go test ./...
146+
@cd ./v2; $(go_path) go test -race ./...
147147

148148
#############################################################################
149149
# Code Generation

0 commit comments

Comments
 (0)
0