diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-04 22:59:58 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-12-04 23:07:59 +0800 |
commit | 8d0192c1ebaac74fee3cbe23a555b12d11af7178 (patch) | |
tree | 846dddf571eb4ef9a57599af1dc051664555d5d9 | |
parent | ac5a3fae9b5a21ef59dcc204cedc282ee12bc895 (diff) | |
download | dexon-sol-tools-8d0192c1ebaac74fee3cbe23a555b12d11af7178.tar dexon-sol-tools-8d0192c1ebaac74fee3cbe23a555b12d11af7178.tar.gz dexon-sol-tools-8d0192c1ebaac74fee3cbe23a555b12d11af7178.tar.bz2 dexon-sol-tools-8d0192c1ebaac74fee3cbe23a555b12d11af7178.tar.lz dexon-sol-tools-8d0192c1ebaac74fee3cbe23a555b12d11af7178.tar.xz dexon-sol-tools-8d0192c1ebaac74fee3cbe23a555b12d11af7178.tar.zst dexon-sol-tools-8d0192c1ebaac74fee3cbe23a555b12d11af7178.zip |
Enable libs tests on CI
-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 fe81054ac..1ea5aa280 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,6 +42,7 @@ jobs: - repo-{{ .Environment.CIRCLE_SHA1 }} - 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-core test-contracts-geth: docker: @@ -56,6 +57,7 @@ jobs: # initialized - 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-core test-publish: resource_class: medium+ |