Files
tracebasedlogsampler/.gitea/workflows/ci.yaml
Timo Behrendt 0e1ddeb5dd
All checks were successful
CI / test (push) Successful in 19s
ci: add release pipeline (#16)
Reviewed-on: #16
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-05-20 21:21:57 +02:00

18 lines
265 B
YAML

name: CI
on:
push:
branches-ignore:
- main
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test