Revert "Try running tests via spm again"

This reverts commit ec9cb609dc.
This commit is contained in:
Max Goedjen 2025-11-29 13:32:59 -08:00
parent ec9cb609dc
commit 4802eb79de
No known key found for this signature in database

View File

@ -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