Skip to content

chore(workspcae): downgrade swift tools #59

chore(workspcae): downgrade swift tools

chore(workspcae): downgrade swift tools #59

Workflow file for this run

name: CI
on: push
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Build Source & Tests
run: swift build --build-tests
- name: Test
run: swift test --enable-test-discovery