Create testing.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
arbeitszeitmessung/pipeline/head There was a failure building this commit
GoLang Tests / Run-Go-Test (push) Has been cancelled

This commit is contained in:
2025-08-21 07:14:54 +02:00
parent d4330fa193
commit 17cb3b327c

View File

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