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

This commit is contained in:
Grentenrg 2026-02-27 23:03:11 +01:00
parent f7d31967a4
commit 665f0f2333

View file

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