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

Commit e674a1a

Browse files
committed
Skip coreclr embedded tests for now
1 parent 4403d4f commit e674a1a

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
@@ -74,7 +74,7 @@ jobs:
7474

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

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

0 commit comments

Comments
 (0)