Skip to content

Sendable conformances. #165

Sendable conformances.

Sendable conformances. #165

Workflow file for this run

name: Swift
on: [push]
jobs:
test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v