Skip to content

Add tests for override and document #45

Add tests for override and document

Add tests for override and document #45

Workflow file for this run

name: CI
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@v3
with:
go-version-file: "go.mod"
- run: go test ./...
- run: go vet ./...