diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-11 01:09:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-11 01:09:59 +0800 |
commit | a39e0f13be4d47ee79dd971d49835f6929fa71e7 (patch) | |
tree | 9bc2a11f27514c8ca46e24ac268899e95ebf6b49 /.circleci | |
parent | 190d9244cc5544662effae508f94025a6f5de286 (diff) | |
parent | a365ab11d24ff8365b7d69a948b1b5211b772f5e (diff) | |
download | dexon-sol-tools-a39e0f13be4d47ee79dd971d49835f6929fa71e7.tar dexon-sol-tools-a39e0f13be4d47ee79dd971d49835f6929fa71e7.tar.gz dexon-sol-tools-a39e0f13be4d47ee79dd971d49835f6929fa71e7.tar.bz2 dexon-sol-tools-a39e0f13be4d47ee79dd971d49835f6929fa71e7.tar.lz dexon-sol-tools-a39e0f13be4d47ee79dd971d49835f6929fa71e7.tar.xz dexon-sol-tools-a39e0f13be4d47ee79dd971d49835f6929fa71e7.tar.zst dexon-sol-tools-a39e0f13be4d47ee79dd971d49835f6929fa71e7.zip |
Merge pull request #1388 from 0xProject/feature/contracts-monorepo-6
Contracts monorepo 6
Diffstat (limited to '.circleci')
-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 d11c7fcae..6bb8d903d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,6 +43,7 @@ jobs: - run: yarn wsrun test:circleci @0x/contracts-multisig - 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-core test-contracts-geth: docker: @@ -58,6 +59,7 @@ jobs: - run: sleep 10 && TEST_PROVIDER=geth yarn wsrun test @0x/contracts-multisig - 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-core test-publish: resource_class: medium+ |