feat: erweitere Gitea CI mit Build- und Testschritten
Build And Test / build (push) Successful in 40s

This commit is contained in:
Matthias Hinrichs
2025-11-21 22:12:48 +01:00
parent 50f40ddf0e
commit dcde1991ce
+3 -1
View File
@@ -18,4 +18,6 @@ jobs:
uses: https://github.com/actions/setup-go@v6 uses: https://github.com/actions/setup-go@v6
with: with:
go-version: '1.24' go-version: '1.24'
- run: go version - run: go version
- run: ls -lha
- run: go build -v ./...