From c3286163300d4213edde1a9d6d1b717e4f3d059f Mon Sep 17 00:00:00 2001 From: fragosti Date: Tue, 16 Oct 2018 16:20:23 -0700 Subject: Run tests on circle CI --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index 876b861d3..1cf665cce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -98,6 +98,7 @@ jobs: - run: yarn wsrun test:circleci @0xproject/subproviders - run: yarn wsrun test:circleci @0xproject/web3-wrapper - run: yarn wsrun test:circleci @0xproject/utils + - run: yarn wsrun test:circleci @0xproject/instant - save_cache: key: coverage-abi-gen-{{ .Environment.CIRCLE_SHA1 }} paths: -- cgit