Skip to content

Adds support for AsyncStream #12

Adds support for AsyncStream

Adds support for AsyncStream #12

Workflow file for this run

name: macos
on:
push:
branches: [ main, release/*, feature/* ]
pull_request:
branches: [ main, release/* ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build
- name: Run tests
run: swift test