From 4802eb79de98c03afe75db6390e208f2edc99e1d Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 29 Nov 2025 13:32:59 -0800 Subject: [PATCH] Revert "Try running tests via spm again" This reverts commit ec9cb609dc5fa1214f09e9c25a1eb0e8f38d65c8. --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e448ef..8209e9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,8 @@ jobs: - name: Set Environment run: sudo xcrun xcode-select -s /Applications/Xcode_26.1.app - name: Test Main Packages - # run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme PackageTests test run: swift test --build-system swiftbuild --package-path Sources/Packages + run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme PackageTests test + # SPM doesn't seem to pick up on the tests currently? + # run: swift test --build-system swiftbuild --package-path Sources/Packages - name: Test SecretKit Packages run: swift test --build-system swiftbuild