We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77916ed commit 9bedf2bCopy full SHA for 9bedf2b
.github/workflows/ci.yaml
@@ -39,7 +39,13 @@ jobs:
39
- name: dotnet restore
40
run: dotnet restore --locked-mode
41
- name: dotnet test
42
- run: dotnet test --no-restore
+ run: dotnet test --no-restore --blame-hang --blame-hang-dump-type full --blame-hang-timeout 2m -p:Platform=x64
43
+ - name: Upload TestResults
44
+ if: always()
45
+ uses: actions/upload-artifact@v4
46
+ with:
47
+ name: test-results
48
+ path: ./**/TestResults
49
50
build:
51
runs-on: windows-latest
0 commit comments