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

This commit is contained in:
Grentenrg 2026-02-27 23:12:08 +01:00
parent ea4e453300
commit 5b0cbb23c1

View file

@ -5,6 +5,7 @@ jobs:
container: container:
image: golang:1.26 image: golang:1.26
steps: steps:
- uses: actions/checkout@v4
- run: ls -la - run: ls -la
- run: go build - run: go build
- run: go test -v ./... - run: go test -v ./...