diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-11 02:53:25 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-13 01:19:32 +0800 |
commit | e8231767ec870c55181d9dfc687639d9d927ba75 (patch) | |
tree | 3d55aa8ad5b5e2f768e7a6493d518a874abd5441 /.circleci/config.yml | |
parent | 2b7dabeb6e6c0baca8bc36fe19e39dd4000801b2 (diff) | |
download | dexon-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/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
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+ |