We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7bda2 commit da7ce6eCopy full SHA for da7ce6e
.github/workflows/github-actions-tests-on-windows.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: Install dependencies
23
run: dotnet restore
24
- name: Build
25
- run: dotnet build --configuration Debug --no-restore
+ run: dotnet build --configuration Debug --no-restore --no-parallel
26
- name: Test
27
run: dotnet test --no-build --no-restore --verbosity normal --filter Category=CI
0 commit comments