Skip to content

Support Swift 6 in GH Actions #2

Support Swift 6 in GH Actions

Support Swift 6 in GH Actions #2

Workflow file for this run

name: Run Test Suite
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: k-arindam/setup-swift@v6.0.0
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v