Added a go build step
This commit is contained in:
parent
aa5b781142
commit
6000f7b220
|
@ -3,4 +3,9 @@ jobs:
|
|||
test:
|
||||
runs-on: linux
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '^1.22'
|
||||
- run: |
|
||||
go test .
|
Loading…
Reference in New Issue