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 74ab552 commit dfe8fffCopy full SHA for dfe8fff
.github/workflows/main.yml
@@ -70,6 +70,8 @@ jobs:
70
enable-cache: true
71
72
- name: Embedding tests
73
+ # Skip embedded tests for now
74
+ if: false
75
run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
76
env:
77
MONO_THREADS_SUSPEND: preemptive # https://github.com/mono/mono/issues/21466
0 commit comments