enable GO111MODULE in CI

pull/77/head
kun 2019-07-05 16:06:45 +08:00
parent d801eee16f
commit ff73edf020
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
command: make build
- run:
name: run proxy backgroud to test real
command: bin/goproxy
command: export GO111MODULE=on && bin/goproxy
background: true
- run:
name: run real test