sqs-browse: fixed go get command
This commit is contained in:
parent
cff059e160
commit
dab3a92964
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Test
|
||||
run: |
|
||||
set -xue
|
||||
go get .
|
||||
go get ./...
|
||||
go test ./...
|
||||
env:
|
||||
GOPRIVATE: "github:com/lmika/*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue