chore: add pipeline
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-02-15 20:15:51 +01:00
parent 66e2b0ff2c
commit e1eade237c

View File

@@ -0,0 +1,20 @@
name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: go test -v -race -coverprofile=coverage.out ./...