Skip to content

Minor change to README.md #99

Minor change to README.md

Minor change to README.md #99

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: CGO_ENABLED=0 go test -v ./...