mirror of https://github.com/goproxyio/goproxy
parent
05e870cc9a
commit
81d8283f44
|
@ -19,7 +19,7 @@ jobs:
|
||||||
name: build bin
|
name: build bin
|
||||||
command: make build
|
command: make build
|
||||||
- run:
|
- run:
|
||||||
name: run proxy backgroud to test real
|
name: run proxy background to test real
|
||||||
command: export GO111MODULE=on && bin/goproxy
|
command: export GO111MODULE=on && bin/goproxy
|
||||||
background: true
|
background: true
|
||||||
- run:
|
- run:
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
name: build bin
|
name: build bin
|
||||||
command: make build
|
command: make build
|
||||||
- run:
|
- run:
|
||||||
name: run proxy backgroud to test real
|
name: run proxy background to test real
|
||||||
command: export GO111MODULE=on && bin/goproxy -proxy https://goproxy.io -exclude "golang.org"
|
command: export GO111MODULE=on && bin/goproxy -proxy https://goproxy.io -exclude "golang.org"
|
||||||
background: true
|
background: true
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in New Issue