enable go build cache

This commit is contained in:
Yusef Napora 2020-06-29 19:20:35 -04:00
parent 8aef427fd8
commit f0c636f243
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,9 @@
[global.build]
selectors = ["testground"]
[global.build_config]
enable_go_build_cache = true
[global.run.test_params]
clients = "1"
miners = "1"

View File

@ -9,6 +9,9 @@
builder = "docker:go"
runner = "local:docker"
[global.build_config]
enable_go_build_cache = true
[global.run.test_params]
clients = "1"
miners = "1"