Skip to content

ci: automatically run tests #1

ci: automatically run tests

ci: automatically run tests #1

Workflow file for this run

name: Swift
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v