summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-07-24 12:00:50 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-20 10:40:13 +0100
commit257c743f8dae1fe3c6a1d899da852b7b61c54986 (patch)
tree39374cd046e231a26ca0691a3328262e5e4b0c4e /Makefile
parentc531015db65eb3e71b1fadfe51f9c107a7bf5216 (diff)
CI: Convert to forgejo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae51c26..7d29643 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ cli:
go build -o eduvpn-common-cli ./cmd/cli
test:
- go test -tags=cgotesting -race ./...
+ go test -tags=cgotesting -race -v ./...
clean:
rm -rf lib