go-api/.forgejo/workflows/test.yml
Claude 786de6bd3d
Some checks failed
Security Scan / security (push) Successful in 9s
Test / test (push) Failing after 36s
ci: add Forgejo Actions test and security scan workflows
Uses reusable workflows from core/go-devops for Go testing
(with race detector and coverage) and security scanning
(govulncheck, gitleaks, trivy).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 03:28:02 +00:00

14 lines
211 B
YAML

name: Test
on:
push:
branches: [main, dev]
pull_request:
branches: [main]
jobs:
test:
uses: core/go-devops/.forgejo/workflows/go-test.yml@main
with:
race: true
coverage: true