ci: gate test and race behind both vet and vulns
CI / Go vulnerabilities (push) Failing after 41s
CI / Build & Vet (push) Successful in 46s
CI / Tests (prod) (push) Has been skipped
CI / Tests (dev) (push) Has been skipped
CI / Race (prod) (push) Has been skipped
CI / Race (dev) (push) Has been skipped
CI / Frontend lint & types (push) Successful in 1m20s

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-07-09 16:58:18 +01:00
co-authored by Sisyphus
parent 8326b15e72
commit e5f823eecd
+2 -2
View File
@@ -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: