Skip to content

Improved Swift 6 handling #2

Improved Swift 6 handling

Improved Swift 6 handling #2

Workflow file for this run

name: Test Swift 6.0
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
container: swift:6.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
run: swift test