Update testing.yaml
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

This commit is contained in:
2025-08-21 07:46:22 +02:00
parent 61635dff6d
commit 8fa5eafd80

View File

@@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Run-Go-Test: Run-Go-Test:
runs-on: ubuntu-latest:docker://golang:alpine runs-on: golang
steps: steps:
- run: go version - run: go version
- run: go test ./... - run: go test ./...