Skip to content

Commit bbfa252

Browse files
authored
workaround for potentially buggy threading in Mono (#1779)
mono/mono#21466
1 parent 7247da5 commit bbfa252

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
6767
- name: Embedding tests
6868
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
6971

7072
- name: Python Tests (Mono)
7173
if: ${{ matrix.os != 'windows' }}

0 commit comments

Comments
 (0)