Skip to content

Pulling that version requirement down as far as I'm comfortable with #3

Pulling that version requirement down as far as I'm comfortable with

Pulling that version requirement down as far as I'm comfortable with #3

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v