Skip to content

Add missing headers #22

Add missing headers

Add missing headers #22

Workflow file for this run

name: Tests
on:
workflow_call:
push:
jobs:
unittests:
runs-on: macOS-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Test Swift Framework
run: xcodebuild -project AsyncTCP.xcodeproj
-scheme AsyncTCPTests test
-destination 'platform=macOS'