Skip to content

[workflow] Add test.yml to run swift test on push #1

[workflow] Add test.yml to run swift test on push

[workflow] Add test.yml to run swift test on push #1

Workflow file for this run

name: Run Swift Package test
on:
push:
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: |
swift test