Skip to content

Update tests.

Update tests. #1022

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
# runs-on: macOS-latest
runs-on: macos-13
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_14.3.app
- name: Test
run: |
pushd Sources/Packages
swift test
popd