summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-05 13:56:14 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-05 18:04:45 +0100
commit4e4879042a0737463cd3ca00e95d621d410921e4 (patch)
treea7bc4372f1437deeb9e80a89dde6ca1bd3b4fe78 /Makefile
parent62749ba74fd82a86a30f2e65b8830724a8e6f445 (diff)
CI: Run without docker
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f891e8..ca7755e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ build:
test: test-go test-wrappers
test-go:
- go test ./...
+ go test ./... -v
#WRAPPERS ?= $(notdir $(patsubst %/,%,$(wildcard wrappers/*/)))
WRAPPERS=python