Skip to content

first set of Swift 6 fixes #128

first set of Swift 6 fixes

first set of Swift 6 fixes #128

Workflow file for this run

name: Swift Unit Tests
on: push
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
# temporarily disabled because YouTube blocked GitHub actions url
#- name: Run tests
# run: swift test -v