diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 96c36933e6..f4a7039f6e 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -112,7 +112,7 @@ stages: displayName: 'test' env: AZURE_ACCESS_TOKEN: "$(System.AccessToken)" - TFLAGS: "-ac /usr/bin/curl -r $(tests)" + TFLAGS: "-j0 -ac /usr/bin/curl -r $(tests)" - stage: scanbuild dependsOn: [] @@ -244,4 +244,4 @@ stages: displayName: 'test' env: AZURE_ACCESS_TOKEN: "$(System.AccessToken)" - TFLAGS: "-ac /usr/bin/curl.exe !IDN !SCP ~612 $(tests)" + TFLAGS: "-j0 -ac /usr/bin/curl.exe !SCP ~612 $(tests)"