Skip to content

Add tests

Add tests #25

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Test
run: |
set -ex
brew install docker docker-compose colima
colima start --mount-type 9p
mkdir -p shares/alice
mkdir -p shares/bob
mkdir -p shares/public
chmod -R 777 shares
docker compose up --detach
swift test