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

Commit bcce844

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

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
@@ -83,16 +83,13 @@ jobs:
8383

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

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

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

9895
- name: Python Tests (.NET Core)

0 commit comments

Comments
 (0)