aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorMission Liao <mission.liao@dexon.org>2018-12-16 14:44:15 +0800
committerGitHub <noreply@github.com>2018-12-16 14:44:15 +0800
commit99d72382687196fb15ea6ab0fcf297b9ab10ac46 (patch)
tree2fc321a32c9cb1d72933dbbdb0c259d6ae4f6aa3 /.circleci
parent5f32dc8d27564e1f3a105fd1dacf02130b08621a (diff)
downloaddexon-consensus-99d72382687196fb15ea6ab0fcf297b9ab10ac46.tar
dexon-consensus-99d72382687196fb15ea6ab0fcf297b9ab10ac46.tar.gz
dexon-consensus-99d72382687196fb15ea6ab0fcf297b9ab10ac46.tar.bz2
dexon-consensus-99d72382687196fb15ea6ab0fcf297b9ab10ac46.tar.lz
dexon-consensus-99d72382687196fb15ea6ab0fcf297b9ab10ac46.tar.xz
dexon-consensus-99d72382687196fb15ea6ab0fcf297b9ab10ac46.tar.zst
dexon-consensus-99d72382687196fb15ea6ab0fcf297b9ab10ac46.zip
core: cache dkg's private key in db (#371)
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2f70b13..ede2575 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -68,6 +68,7 @@ jobs:
unit_test:
executor: go1_11
environment:
+ GOCACHE: "off"
NO_INTEGRATION_TEST: true
steps:
- init_workspace