Skip to content

chore: reverted package compatibility to ios 9 #45

chore: reverted package compatibility to ios 9

chore: reverted package compatibility to ios 9 #45

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/cache@v2
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v