Skip to content

Merge branch 'rearch/functional-option' into new/v2 #84

Merge branch 'rearch/functional-option' into new/v2

Merge branch 'rearch/functional-option' into new/v2 #84

Workflow file for this run

name: test
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout upstream repo
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: go test .
- run: go vet .