mirror of https://github.com/goproxyio/goproxy
enable GO111MODULE in CI
parent
d801eee16f
commit
ff73edf020
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue