aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-11-14 07:11:31 +0800
committerFabio Berger <me@fabioberger.com>2017-11-14 07:11:31 +0800
commit087ea1f06824491663df5dc7bc4a44a4b5352d24 (patch)
tree70a9f56bfea637a7058ce0fe2dc99b16a5ed95bd /.circleci
parent4354d3f121a6d21844445a28cf7ffe86efc97591 (diff)
downloaddexon-sol-tools-087ea1f06824491663df5dc7bc4a44a4b5352d24.tar
dexon-sol-tools-087ea1f06824491663df5dc7bc4a44a4b5352d24.tar.gz
dexon-sol-tools-087ea1f06824491663df5dc7bc4a44a4b5352d24.tar.bz2
dexon-sol-tools-087ea1f06824491663df5dc7bc4a44a4b5352d24.tar.lz
dexon-sol-tools-087ea1f06824491663df5dc7bc4a44a4b5352d24.tar.xz
dexon-sol-tools-087ea1f06824491663df5dc7bc4a44a4b5352d24.tar.zst
dexon-sol-tools-087ea1f06824491663df5dc7bc4a44a4b5352d24.zip
Standardize around a `test:circleci` command that any sub-package can implement in order to have their tests run on CircleCi
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 330420db4..d6d02a4f9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -24,7 +24,6 @@ jobs:
name: testrpc
command: npm run testrpc -- --db testrpc_snapshot
background: true
- - run: yarn lerna:run test:coverage
- - run: yarn lerna:run report_test_coverage
+ - run: yarn lerna:run test:circleci
- run: if [ $CIRCLE_BRANCH = "development" ]; then yarn lerna:run test:umd; fi
- run: yarn lerna:run lint