Skip to content

Connection - fix removing optional args #60

Connection - fix removing optional args

Connection - fix removing optional args #60

Workflow file for this run

name: Test suite
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- name: Test
run: make test build