Fix pipeline
This commit is contained in:
parent
958ddcddbb
commit
f8c5ca90f6
@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
- name: Install dependencies
|
||||
run: go get .
|
||||
run: go get ./...
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
- name: Test
|
||||
|
Loading…
Reference in New Issue
Block a user