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 bbfa252Copy full SHA for bbfa252
.github/workflows/main.yml
@@ -66,6 +66,8 @@ jobs:
66
67
- name: Embedding tests
68
run: dotnet test --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/embed_tests/
69
+ env:
70
+ MONO_THREADS_SUSPEND: preemptive # https://github.com/mono/mono/issues/21466
71
72
- name: Python Tests (Mono)
73
if: ${{ matrix.os != 'windows' }}
0 commit comments