enable go build cache
This commit is contained in:
parent
8aef427fd8
commit
f0c636f243
@ -12,6 +12,9 @@
|
|||||||
[global.build]
|
[global.build]
|
||||||
selectors = ["testground"]
|
selectors = ["testground"]
|
||||||
|
|
||||||
|
[global.build_config]
|
||||||
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "1"
|
clients = "1"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
builder = "docker:go"
|
builder = "docker:go"
|
||||||
runner = "local:docker"
|
runner = "local:docker"
|
||||||
|
|
||||||
|
[global.build_config]
|
||||||
|
enable_go_build_cache = true
|
||||||
|
|
||||||
[global.run.test_params]
|
[global.run.test_params]
|
||||||
clients = "1"
|
clients = "1"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user