From 4e4879042a0737463cd3ca00e95d621d410921e4 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 5 Jan 2023 13:56:14 +0100 Subject: CI: Run without docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3