Skip to content

Support for vision

Support for vision #24

Workflow file for this run

on: push
name: Build
jobs:
test:
name: Build
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Build and test
run: swift test