Skip to content

Updated strict concurrency and Privacy Manifests #61

Updated strict concurrency and Privacy Manifests

Updated strict concurrency and Privacy Manifests #61

Workflow file for this run

name: Pull Request Build and Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
macos-build:
runs-on: macOS-13
steps:
- uses: actions/checkout@v4
- name: Build (macOS)
run: swift build -v
- name: Run tests
run: swift test -v
ubuntu-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build (Ubuntu)
run: swift build -v
- name: Run tests
run: swift test -v