Skip to content

fix: Append buffer from HTTP request to the responseData. #82

fix: Append buffer from HTTP request to the responseData.

fix: Append buffer from HTTP request to the responseData. #82

Workflow file for this run

name: Build and test SPM
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v