From 08412516fb9577c2be78b49953848dc14f6a7c3c Mon Sep 17 00:00:00 2001 From: Aegis AI Assistant Date: Thu, 9 Apr 2026 10:37:57 -0700 Subject: [PATCH] ci: append --disable-swift-testing flag to explicitly disable the newer testing daemon which was maliciously throwing exit code 1 when observing zero @Test markers --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d899a49..fac56aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: find .build -type d -name "MacOS" -exec cp /tmp/mlx_venv/lib/python*/site-packages/mlx/lib/mlx.metallib {}/ \; - name: SwiftBuddy Tests (MemPalace & Lifecycle) - run: swift test --skip-build --filter SwiftBuddyTests + run: swift test --skip-build --filter SwiftBuddyTests --disable-swift-testing - name: Cache MLX model uses: actions/cache@v4