diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-04-22 16:24:05 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-04-22 16:44:25 +0200 |
| commit | b2954faf2746ac6811ee830c2d898c7133bdba88 (patch) | |
| tree | 3e123c6c28195a29bbe333329837afa0a22960fd /Makefile | |
| parent | 8f9a1ec5fb489af88c6e53f592bac3cccfb77f67 (diff) | |
Makefile: Add -race flag to `go test`
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ cli: go build -o eduvpn-common-cli ./cmd/cli test: - go test ./... + go test -race ./... clean: rm -rf lib |
