Skip to content

Merge pull request #53 from yutailang0119/cleanup #83

Merge pull request #53 from yutailang0119/cleanup

Merge pull request #53 from yutailang0119/cleanup #83

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/[email protected]
- name: Build
run: swift build
- name: Run tests
run: swift test