Skip to content

CI via GitHub Actions #9

CI via GitHub Actions

CI via GitHub Actions #9

Workflow file for this run

name: CI via GitHub Actions
on: [ workflow_dispatch ]
#on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: swift test -c release -Xswiftc -enable-testing -v