Skip to content

fix: loosing notified error type #46

fix: loosing notified error type

fix: loosing notified error type #46

Workflow file for this run

name: Test
on:
push: { branches: [main] }
pull_request: { branches: [main] }
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install go
uses: actions/setup-go@v5
with: { go-version-file: go.mod }
- name: Test the code
run: go test ./...