Files
arbeitszeitmessung/.gitea/workflows/testing.yaml
Tom Tröger 8fa5eafd80
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
GoLang Tests / Run-Go-Test (push) Failing after 9s
arbeitszeitmessung/pipeline/head There was a failure building this commit
Update testing.yaml
2025-08-21 07:46:22 +02:00

11 lines
186 B
YAML

name: GoLang Tests
run-name: ${{ gitea.actor }} is testing golang Code
on: [push]
jobs:
Run-Go-Test:
runs-on: golang
steps:
- run: go version
- run: go test ./...