pull/144/head v2.0.2
Lele Long 2020-02-20 21:44:14 +08:00 committed by kun
parent 05e870cc9a
commit 81d8283f44
1 changed files with 2 additions and 2 deletions

View File

@ -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: