Files
http-server/.gitea/workflows/test.yaml
Tilo K 437a285cc8
Some checks failed
Test / test (push) Failing after 15s
wip
2026-02-15 20:19:38 +01:00

19 lines
367 B
YAML

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: x86_64
steps:
- 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 ./...