From ae8cb2e6a8fc4bcd49fd4713308590a97c54556f Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 16 Jan 2018 14:05:11 +0100 Subject: Don't run testrpc for the rest of the tests --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index da3b4d386..66dabcea5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,10 +46,6 @@ 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