From 300d90c00bacf4cfce36cd91112865bca4cfa973 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Tue, 27 May 2025 23:21:58 -0400 Subject: [PATCH] Added a proper package to support testing --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 82609de..352fb7e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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