Skip to content

Upgrade tooling to Swift 5.10 and enable StrictConcurrency #27

Upgrade tooling to Swift 5.10 and enable StrictConcurrency

Upgrade tooling to Swift 5.10 and enable StrictConcurrency #27

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches: ["main"]
paths-ignore:
- "*.md"
- ".vscode"
- ".nova"
pull_request:
branches: ["main"]
paths-ignore:
- "*.md"
- ".vscode"
- ".nova"
jobs:
build:
strategy:
matrix:
os: [macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v