aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-11 02:53:25 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-13 01:19:32 +0800
commite8231767ec870c55181d9dfc687639d9d927ba75 (patch)
tree3d55aa8ad5b5e2f768e7a6493d518a874abd5441 /.circleci
parent2b7dabeb6e6c0baca8bc36fe19e39dd4000801b2 (diff)
downloaddexon-sol-tools-e8231767ec870c55181d9dfc687639d9d927ba75.tar
dexon-sol-tools-e8231767ec870c55181d9dfc687639d9d927ba75.tar.gz
dexon-sol-tools-e8231767ec870c55181d9dfc687639d9d927ba75.tar.bz2
dexon-sol-tools-e8231767ec870c55181d9dfc687639d9d927ba75.tar.lz
dexon-sol-tools-e8231767ec870c55181d9dfc687639d9d927ba75.tar.xz
dexon-sol-tools-e8231767ec870c55181d9dfc687639d9d927ba75.tar.zst
dexon-sol-tools-e8231767ec870c55181d9dfc687639d9d927ba75.zip
Refactor our extensions package
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6bb8d903d..2698a1ec3 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -44,6 +44,7 @@ jobs:
- run: yarn wsrun test:circleci @0x/contracts-utils
- run: yarn wsrun test:circleci @0x/contracts-libs
- run: yarn wsrun test:circleci @0x/contracts-tokens
+ - run: yarn wsrun test:circleci @0x/contracts-extensions
- run: yarn wsrun test:circleci @0x/contracts-core
test-contracts-geth:
docker:
@@ -60,6 +61,7 @@ jobs:
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-utils
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-libs
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-tokens
+ - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-extensions
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-core
test-publish:
resource_class: medium+