From e5f823eecd29bbf321247fd4ab744128100c28d9 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 9 Jul 2026 16:58:18 +0100 Subject: [PATCH] ci: gate test and race behind both vet and vulns Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8210e9e..0e0e3f4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: test: name: Tests (${{ matrix.label }}) - needs: [vet] + needs: [vet, vulns] runs-on: ubuntu-latest defaults: run: @@ -124,7 +124,7 @@ jobs: race: name: Race (${{ matrix.label }}) - needs: [vet] + needs: [vet, vulns] runs-on: ubuntu-latest defaults: run: