Skip to content

Merge pull request #31 from x-0o0/patch-1 #38

Merge pull request #31 from x-0o0/patch-1

Merge pull request #31 from x-0o0/patch-1 #38

Workflow file for this run

name: UnitTests
on:
push:
branches:
- main
jobs:
test_on_macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build
- name: Test
run: swift test