Build path now tries to build every go file in every folder
All checks were successful
Build / gobuild (push) Successful in 1m7s

This commit is contained in:
Davide Oddone 2023-12-02 12:04:55 +00:00
parent 1c3e40bd08
commit 366ef83e46

View File

@ -11,7 +11,7 @@ jobs:
with:
go-version: '1.21.x'
- name: Build
run: go build -v ./*/
run: go build -v ./*/*.go
- name: Display Go version
run: go version
- name: List files in the repository