We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7247da5 commit 8d9d27eCopy full SHA for 8d9d27e
1 file changed
.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
71
72
- name: Python Tests (Mono)
73
if: ${{ matrix.os != 'windows' }}
0 commit comments