aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-01-16 21:11:17 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-01-16 21:11:17 +0800
commit3ebd8b7f45e1e6f7bf15cc731d291766d836ddac (patch)
tree1a20ff735cca64a909139c4d389da4b1414f75a0 /.circleci
parentae8cb2e6a8fc4bcd49fd4713308590a97c54556f (diff)
downloaddexon-sol-tools-3ebd8b7f45e1e6f7bf15cc731d291766d836ddac.tar
dexon-sol-tools-3ebd8b7f45e1e6f7bf15cc731d291766d836ddac.tar.gz
dexon-sol-tools-3ebd8b7f45e1e6f7bf15cc731d291766d836ddac.tar.bz2
dexon-sol-tools-3ebd8b7f45e1e6f7bf15cc731d291766d836ddac.tar.lz
dexon-sol-tools-3ebd8b7f45e1e6f7bf15cc731d291766d836ddac.tar.xz
dexon-sol-tools-3ebd8b7f45e1e6f7bf15cc731d291766d836ddac.tar.zst
dexon-sol-tools-3ebd8b7f45e1e6f7bf15cc731d291766d836ddac.zip
Revert "Don't run testrpc for the rest of the tests"
This reverts commit ae8cb2e6a8fc4bcd49fd4713308590a97c54556f.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 66dabcea5..da3b4d386 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -46,6 +46,10 @@ jobs:
- restore_cache:
keys:
- repo-{{ .Environment.CIRCLE_SHA1 }}
+ - run:
+ name: testrpc
+ command: npm run testrpc -- --db testrpc_snapshot
+ background: true
- run: yarn lerna:run --ignore 0x.js test:circleci
lint:
working_directory: ~/repo