From eeec8e239b6e03958841a3ca10fc160388a7256d Mon Sep 17 00:00:00 2001 From: Nuxgrid Date: Sun, 2 Aug 2026 13:47:41 +0200 Subject: [PATCH] chore: update ci --- .gitea/workflows/ci-api.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/ci-api.yml b/.gitea/workflows/ci-api.yml index cfbd3b4..daf139f 100644 --- a/.gitea/workflows/ci-api.yml +++ b/.gitea/workflows/ci-api.yml @@ -36,10 +36,6 @@ jobs: - name: Build run: go build ./... - - name: Test - run: go test ./... - continue-on-error: true - - name: Install & run gosec working-directory: backend/gestion continue-on-error: true