Skip to content

separate NotFound from MatchFailed #3

separate NotFound from MatchFailed

separate NotFound from MatchFailed #3

Workflow file for this run

name: unit test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
id: setup-go
with:
go-version: 1.21
- run: go mod download
if: ${{ steps.setup-go.outputs.cache-hit != 'true' }}
- run: go test ./...