mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-12-01 06:30:57 +00:00
Try running tests via spm again
This commit is contained in:
parent
32bb1dd262
commit
ec9cb609dc
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -12,8 +12,6 @@ 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
|
||||
# SPM doesn't seem to pick up on the tests currently?
|
||||
# run: swift test --build-system swiftbuild --package-path Sources/Packages
|
||||
# run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme PackageTests test run: swift test --build-system swiftbuild --package-path Sources/Packages
|
||||
- name: Test SecretKit Packages
|
||||
run: swift test --build-system swiftbuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user