From ec34f1b3ddb0c310123aeaac596411fd27917000 Mon Sep 17 00:00:00 2001 From: Zpekii Date: Sat, 3 Jan 2026 16:48:43 +0800 Subject: [PATCH] ci: add unit tests --- .gitea/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9bf7533..e89c3ae 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -26,4 +26,8 @@ jobs: - name: Check go version run: | go version + - name: Unit Tests + run: | + cd ${{ gitea.workspace }} + go test -cover ./... - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file