Skip to content

Make this static

Make this static #202

Workflow file for this run

name: Swift
on:
push
jobs:
build:
runs-on: ios
steps:
- uses: actions/checkout@v3
- name: Build
run: swift package clean; swift build -v
- name: Run tests
run: swift test -v 2>&1 | xcbeautify