🌐 AI搜索 & 代理 主页
Skip to content

Commit 71a685a

Browse files
committed
Reenable .NET Core embedding tests
1 parent 279aeea commit 71a685a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Embedding tests (.NET Core)
8484
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net8.0 --logger "console;verbosity=detailed" src/embed_tests/
85-
if: false
85+
if: always()
8686

8787
- name: Python Tests (Mono)
8888
if: ${{ matrix.os.category != 'windows' }}

0 commit comments

Comments
 (0)