private
This commit is contained in:
parent
121d8799a7
commit
b655097bbc
2
.github/workflows/test_project.yml
vendored
2
.github/workflows/test_project.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
- name: run tidy
|
- name: run tidy
|
||||||
run: |
|
run: |
|
||||||
GOPROXY=direct go mod tidy
|
GOPROXY=direct GOPRIVATE=git.maximotejeda.com/maximo go mod tidy
|
||||||
- name: test with go
|
- name: test with go
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user