Skip to content

Commit baeabda

Browse files
committed
reduce parallelization on ci due to memory restrictions
1 parent 054e9e4 commit baeabda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet build --configuration Release --no-restore
4242

4343
- name: test
44-
run: dotnet test --configuration Release --no-build
44+
run: dotnet test --configuration Release --no-build -p:TestTfmsInParallel=false
4545

4646
- name: test results
4747
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)