feat: erweitere Gitea CI mit Build- und Testschritten
Build And Test / build (push) Successful in 40s
Build And Test / build (push) Successful in 40s
This commit is contained in:
@@ -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 ./...
|
||||||
Reference in New Issue
Block a user