Skip to content

Add tests

Add tests #5

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Build
run: |
set -ex
brew install docker docker-compose
brew install colima
colima start
docker compose up --detach
swift test