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

View File

@ -11,6 +11,6 @@ jobs:
run: sudo xcrun xcode-select -s /Applications/Xcode_13.2.1.app
- name: Test
run: |
pushd Sources/Packages
swift test
popd
pushd Sources/Packages
swift test
popd