update
Some checks failed
/ test (push) Failing after 55s

This commit is contained in:
Grentenrg 2026-02-27 23:07:09 +01:00
parent 665f0f2333
commit 517cd83ad1

View file

@ -2,7 +2,8 @@ on: [push]
jobs:
test:
runs-on: docker
image: golang:1.26
container:
image: golang:1.26
steps:
- run: go build
- run: go test -v ./...