Skip to content

Use compiler flags -mcrc #15

Use compiler flags -mcrc

Use compiler flags -mcrc #15

Workflow file for this run

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v