diff --git a/.github/workflows/continuous-build.yaml b/.github/workflows/continuous-build.yaml index bb2679b2..f55dcb12 100644 --- a/.github/workflows/continuous-build.yaml +++ b/.github/workflows/continuous-build.yaml @@ -35,4 +35,5 @@ jobs: - name: File-base integration tests (in-proc) run: | dotnet test code/DeltaKustoFileIntegrationTest --configuration Release \ - --no-build --verbosity normal --blame-hang-timeout 3s + --no-build --verbosity normal --blame-hang-timeout 3s \ + -p:ParallelizeTestCollections=false