summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-08-26 11:11:57 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-10-28 17:02:14 +0100
commit4b07ddd03c1a0323a538206fd8aaa10a361ec224 (patch)
treec806295379b0118f11298b326deaf6bc3a7e73f2
parentdc0728b5c34d5d5ebd0bcdbf89a61fc290fbc738 (diff)
Makefile: Add cgotesting tag
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8d354b..ae51c26 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ cli:
go build -o eduvpn-common-cli ./cmd/cli
test:
- go test -race ./...
+ go test -tags=cgotesting -race ./...
clean:
rm -rf lib