Skip to content

Add test suite (21 tests) and run tests in CI #2

Add test suite (21 tests) and run tests in CI

Add test suite (21 tests) and run tests in CI #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test
- name: Build Release
run: swift build -c release