Modified 'build' action to 'run' action
Some checks failed
Build / gobuild (push) Failing after 46s

This commit is contained in:
Davide Oddone 2023-12-02 12:48:30 +00:00
parent fb9a78c929
commit a1eab8f002

View File

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