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 623c6a3 commit 72eec81Copy full SHA for 72eec81
.github/workflows/main.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Embedding tests (.NET Core)
80
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net8.0 --logger "console;verbosity=detailed" src/embed_tests/
81
- if: always()
+ if: false
82
83
- name: Python Tests (Mono)
84
if: ${{ matrix.os.category != 'windows' }}
0 commit comments