Skip to content

Update tests formatting #131

Update tests formatting

Update tests formatting #131

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
name: Unit Tests
runs-on: macOS-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Run Unit Tests
run: |
swift test