This commit is contained in:
Max Goedjen 2022-01-01 16:30:26 -08:00
parent 3d6ba65f1b
commit 6824f0130a
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 4 additions and 1 deletions

View File

@ -10,4 +10,7 @@ jobs:
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_13.2.1.app
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
run: |
pushd Sources/Packages
swift test
popd