From 72a8a9c4f7cc7072f2d134613394209d0307e81e Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Wed, 18 Mar 2026 19:34:09 -0400 Subject: [PATCH] fix: unit-test CI job calls 'name' instead of make I made a typo. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 04d2d5b..5ea315d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: go-version-file: go.mod - name: Run unit tests - run: name test-unit + run: make test-unit fuzz-test: name: Fuzz Tests