summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-04-22 16:24:05 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-04-22 16:44:25 +0200
commitb2954faf2746ac6811ee830c2d898c7133bdba88 (patch)
tree3e123c6c28195a29bbe333329837afa0a22960fd
parent8f9a1ec5fb489af88c6e53f592bac3cccfb77f67 (diff)
Makefile: Add -race flag to `go test`
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6cae4e..e72789f 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ cli:
go build -o eduvpn-common-cli ./cmd/cli
test:
- go test ./...
+ go test -race ./...
clean:
rm -rf lib