Skip to content

Merge pull request #10 from mkmba-nz/fix-9 #8

Merge pull request #10 from mkmba-nz/fix-9

Merge pull request #10 from mkmba-nz/fix-9 #8

Workflow file for this run

name: Push
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go test -v ./...