test-ci/.forgejo/workflows/ci.yaml
Frank Fuentes 4611dd02b6
Some checks failed
Test CI / test (push) Failing after 36s
test: verify CI pipeline
2026-04-24 11:47:24 -07:00

12 lines
210 B
YAML

name: Test CI
on: [push]
jobs:
test:
runs-on: docker
container:
image: golang:1.23-bookworm
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: go test -v ./...