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 6544b6f commit e21e737Copy full SHA for e21e737
.github/workflows/main.yml
@@ -82,16 +82,13 @@ jobs:
82
83
- name: Embedding tests (Mono/.NET Framework)
84
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net472 --logger "console;verbosity=detailed" src/embed_tests/
85
- if: always()
86
env:
87
MONO_THREADS_SUSPEND: preemptive # https://github.com/mono/mono/issues/21466
88
89
- name: Embedding tests (.NET Core)
90
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net8.0 --logger "console;verbosity=detailed" src/embed_tests/
91
92
93
- name: Python Tests (Mono)
94
- if: ${{ matrix.os.category != 'windows' }}
95
run: pytest --runtime mono
96
97
- name: Python Tests (.NET Core)
0 commit comments