Files
tracebasedlogsampler/.gitea/workflows/ci.yaml
Timo Behrendt 3eff3df0ae
All checks were successful
CI / test (push) Successful in 46s
ci: fix always run ci on amd64
2025-05-20 20:45:31 +02:00

20 lines
293 B
YAML

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