Skip to content

Commit 44a220b

Browse files
authored
Merge pull request #21 from SharpAI/chore/sync-ssd-submodules
ci: append --disable-swift-testing flag to explicitly disable the new…
2 parents 80c0d16 + 0841251 commit 44a220b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
find .build -type d -name "MacOS" -exec cp /tmp/mlx_venv/lib/python*/site-packages/mlx/lib/mlx.metallib {}/ \;
7373
7474
- name: SwiftBuddy Tests (MemPalace & Lifecycle)
75-
run: swift test --skip-build --filter SwiftBuddyTests
75+
run: swift test --skip-build --filter SwiftBuddyTests --disable-swift-testing
7676

7777
- name: Cache MLX model
7878
uses: actions/cache@v4

0 commit comments

Comments
 (0)