Skip to content

Adds support for AsyncStream #12

Adds support for AsyncStream

Adds support for AsyncStream #12

Workflow file for this run

name: Linux
on:
push:
branches: [ main, release/*, feature/* ]
pull_request:
branches: [ main, release/* ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install Swift
uses: swift-actions/setup-swift@v1
with:
swift-version: 5.7
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v