Skip to content

Test

Test #2

Workflow file for this run

name: Test
on:
workflow_dispatch:
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Run tests
run: swift test