Change build command to run tests instead of build

This commit is contained in:
Max Goedjen 2025-08-23 20:36:44 -07:00 committed by GitHub
parent f259cf6bf3
commit 70cd0454d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,4 +11,4 @@ jobs:
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_26.0.app
- name: Test
run: swift build --build-system swiftbuild --package-path Sources/Packages
run: swift test --build-system swiftbuild --package-path Sources/Packages