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

Commit abd9192

Browse files
committed
Disable always() on embed tests and reenable Mono on Windows
1 parent a694122 commit abd9192

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,13 @@ jobs:
8282

8383
- name: Embedding tests (Mono/.NET Framework)
8484
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net472 --logger "console;verbosity=detailed" src/embed_tests/
85-
if: always()
8685
env:
8786
MONO_THREADS_SUSPEND: preemptive # https://github.com/mono/mono/issues/21466
8887

8988
- name: Embedding tests (.NET Core)
9089
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net8.0 --logger "console;verbosity=detailed" src/embed_tests/
91-
if: always()
9290

9391
- name: Python Tests (Mono)
94-
if: ${{ matrix.os.category != 'windows' }}
9592
run: pytest --runtime mono
9693

9794
- name: Python Tests (.NET Core)

0 commit comments

Comments
 (0)