Thanks to visit codestin.com Credit goes to github.com
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 7247da5 commit 64a04d3Copy full SHA for 64a04d3
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
python -m pythonnet.find_libpython --export | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
66
67
- name: Embedding tests
68
- run: dotnet test --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/embed_tests/
+ run: dotnet test --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" --blame-hang --blame-hang-timeout 1m src/embed_tests/
69
70
- name: Python Tests (Mono)
71
if: ${{ matrix.os != 'windows' }}
0 commit comments