Skip to content

Convert tests from XCTest to Testing #9

Convert tests from XCTest to Testing

Convert tests from XCTest to Testing #9

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Test
run: swift test -v