diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 16:01:30 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 16:01:30 +0100 |
| commit | 96dca850f8e80ae7608a008dbbe4e76df4991ca0 (patch) | |
| tree | 2f5df8ccc61a46405642699fd620d96a7052a9d1 | |
| parent | e8552f1ec24a712ad7f710bbee1259f605ea0378 (diff) | |
Disable parallel wrapper tests on GitHub
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
