Files
tracebasedlogsampler/.gitea/workflows/ci.yaml
Timo Behrendt 591f2a9f5d
All checks were successful
CI / test (push) Successful in 45s
ci: fix always run ci on amd64 (#17)
Go still doesn't support `-race` in testing on arm64

Reviewed-on: #17
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-05-20 21:22:47 +02:00

19 lines
276 B
YAML

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