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 279aeea commit 71a685aCopy full SHA for 71a685a
.github/workflows/main.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Embedding tests (.NET Core)
84
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net8.0 --logger "console;verbosity=detailed" src/embed_tests/
85
- if: false
+ if: always()
86
87
- name: Python Tests (Mono)
88
if: ${{ matrix.os.category != 'windows' }}
0 commit comments