Skip to content

Merge pull request #3 from kattouf/static-text-option #16

Merge pull request #3 from kattouf/static-text-option

Merge pull request #3 from kattouf/static-text-option #16

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
name: Integration tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.10"
- name: Run tests
run: make test