Skip to content

feat: make Opus.Application Sendable #6

feat: make Opus.Application Sendable

feat: make Opus.Application Sendable #6

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths:
- ".github/workflows/swift.yaml"
- ".gitmodules"
- "**.swift"
- "Package.resolved"
- "Sources/Copus"
pull_request:
paths:
- ".github/workflows/swift.yaml"
- ".gitmodules"
- "**.swift"
- "Package.resolved"
- "Sources/Copus"
jobs:
test:
name: Test
runs-on: macos-latest
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: Test
run: swift test
- name: Generate release build
run: swift build -c release