Skip to content

Bump github.com/apple/swift-nio-http2 #19

Bump github.com/apple/swift-nio-http2

Bump github.com/apple/swift-nio-http2 #19

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test