Skip to content

Commit da7ce6e

Browse files
authored
Temporarily add no-parallel until circular dependency is resolved
1 parent 5a7bda2 commit da7ce6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-tests-on-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Install dependencies
2323
run: dotnet restore
2424
- name: Build
25-
run: dotnet build --configuration Debug --no-restore
25+
run: dotnet build --configuration Debug --no-restore --no-parallel
2626
- name: Test
2727
run: dotnet test --no-build --no-restore --verbosity normal --filter Category=CI

0 commit comments

Comments
 (0)