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 4403d4f commit e674a1aCopy full SHA for e674a1a
.github/workflows/main.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Embedding tests (.NET Core)
76
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net8.0 --logger "console;verbosity=detailed" src/embed_tests/
77
- if: always()
+ if: false
78
79
- name: Python Tests (Mono)
80
if: ${{ matrix.os.category != 'windows' }}
0 commit comments