From 59f9605ed9b7aec6f7125ab8bfd5ec45dc3a07c5 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 16 Jan 2018 15:26:15 +0100 Subject: Run testrpc for rest tests --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 47cf0af16..1adc4cd25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,6 +61,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 contracts,0x.js test:circleci lint: working_directory: ~/repo -- cgit v1.2.3