Skip to content

fix: prevent panic on invalid package number (#250) #742

fix: prevent panic on invalid package number (#250)

fix: prevent panic on invalid package number (#250) #742

Workflow file for this run

name: Unit testing
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.23.3
- name: Unit tests
run: make test