wip
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-02-15 20:18:40 +01:00
parent 42a613279d
commit 19fd94a675

View File

@@ -8,13 +8,11 @@ on:
jobs:
test:
runs-on: x86_64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: https://gitea.com/actions/checkout@v4
- uses: https://gitea.com/actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: go test -v -race -coverprofile=coverage.out ./...