From 96dca850f8e80ae7608a008dbbe4e76df4991ca0 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Thu, 25 Nov 2021 16:01:30 +0100 Subject: Disable parallel wrapper tests on GitHub --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f548989..ba9756d 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,9 @@ test: test-go test-wrappers test-go: go test +# Enable parallelism if -j is specified test-wrappers: build - $(MAKE) -j .test-csharp .test-python + $(MAKE) .test-csharp .test-python .test-csharp: $(MAKE) -C wrappers/csharp test -- cgit v1.2.3