diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-05 13:56:14 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-05 18:04:45 +0100 |
| commit | 4e4879042a0737463cd3ca00e95d621d410921e4 (patch) | |
| tree | a7bc4372f1437deeb9e80a89dde6ca1bd3b4fe78 /Makefile | |
| parent | 62749ba74fd82a86a30f2e65b8830724a8e6f445 (diff) | |
CI: Run without docker
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ build: test: test-go test-wrappers test-go: - go test ./... + go test ./... -v #WRAPPERS ?= $(notdir $(patsubst %/,%,$(wildcard wrappers/*/))) WRAPPERS=python |
