Files
tracebasedlogsampler/.gitea/workflows/ci.yaml
Timo Behrendt da973a094b
Some checks failed
CI / test (push) Failing after 2m50s
ci: remove benchmark from ci (#3)
Reviewed-on: #3
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-05-01 09:16:40 +02:00

17 lines
248 B
YAML

name: CI
on:
push:
branches-ignore:
- main
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