update
Some checks failed
/ test (push) Failing after 2m12s

This commit is contained in:
Grentenrg 2026-02-27 23:15:05 +01:00
parent 5b0cbb23c1
commit 260eff18e6

View file

@ -2,10 +2,9 @@ on: [push]
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
container:
image: golang:1.26
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v6
- run: ls -la - run: ls -la
- run: go build - run: go build
- run: go test -v ./... - run: go test -v ./...