From 9727e49a3fad01152247806feb8322be959bc4e9 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 2 Feb 2025 18:46:26 +0100 Subject: [PATCH] chore(ci): add unit-test workflow --- .gitea/workflows/unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/unit-tests.yaml b/.gitea/workflows/unit-tests.yaml index 321e686..e5fc800 100644 --- a/.gitea/workflows/unit-tests.yaml +++ b/.gitea/workflows/unit-tests.yaml @@ -26,4 +26,4 @@ jobs: GOPROXY: ${{ vars.GOPROXY }} GONOSUMDB: ${{ vars.GONOSUMDB }} name: Execute containerized unit test - run: make test + run: make test \ No newline at end of file