Added a proper package to support testing
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 24s

This commit is contained in:
2025-05-27 23:21:58 -04:00
parent f820b5f835
commit 300d90c00b

View File

@ -31,6 +31,7 @@ jobs:
- name: Go Get / Go Test
run: |
go get -u .
go get -u github.com/stretchr/testify/require
go test ./...
- name: Output Summary