summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2021-11-25 16:01:30 +0100
committerStevenWdV <stevenwdv@gmail.com>2021-11-25 16:01:30 +0100
commit96dca850f8e80ae7608a008dbbe4e76df4991ca0 (patch)
tree2f5df8ccc61a46405642699fd620d96a7052a9d1
parente8552f1ec24a712ad7f710bbee1259f605ea0378 (diff)
Disable parallel wrapper tests on GitHub
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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