From 3ebd8b7f45e1e6f7bf15cc731d291766d836ddac Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 16 Jan 2018 14:11:17 +0100 Subject: Revert "Don't run testrpc for the rest of the tests" This reverts commit ae8cb2e6a8fc4bcd49fd4713308590a97c54556f. --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.circleci') 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 -- cgit v1.2.3