aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-11-24 00:49:15 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-03 19:09:28 +0800
commit91d2cbfa0a3725cc1e55e3fcdd7c9b3a0eefedb8 (patch)
tree32852a8b61221b39db74548f76db08c2cf29be93 /.circleci
parent68b0f71d263a2e56d70b596308bf960ba5d8e800 (diff)
downloaddexon-sol-tools-91d2cbfa0a3725cc1e55e3fcdd7c9b3a0eefedb8.tar
dexon-sol-tools-91d2cbfa0a3725cc1e55e3fcdd7c9b3a0eefedb8.tar.gz
dexon-sol-tools-91d2cbfa0a3725cc1e55e3fcdd7c9b3a0eefedb8.tar.bz2
dexon-sol-tools-91d2cbfa0a3725cc1e55e3fcdd7c9b3a0eefedb8.tar.lz
dexon-sol-tools-91d2cbfa0a3725cc1e55e3fcdd7c9b3a0eefedb8.tar.xz
dexon-sol-tools-91d2cbfa0a3725cc1e55e3fcdd7c9b3a0eefedb8.tar.zst
dexon-sol-tools-91d2cbfa0a3725cc1e55e3fcdd7c9b3a0eefedb8.zip
Run both core and multisig contracts tests on CI
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0ab512f58..d3b396bc6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -40,7 +40,8 @@ jobs:
- restore_cache:
keys:
- repo-{{ .Environment.CIRCLE_SHA1 }}
- - run: yarn wsrun test:circleci contracts
+ - run: yarn wsrun test:circleci @0x/contracts-multisig
+ - run: yarn wsrun test:circleci @0x/contracts-core
test-contracts-geth:
docker:
- image: circleci/node:9
@@ -52,7 +53,8 @@ jobs:
- repo-{{ .Environment.CIRCLE_SHA1 }}
# HACK(albrow): we need to sleep 10 seconds to ensure the devnet is
# initialized
- - run: sleep 10 && TEST_PROVIDER=geth yarn wsrun test contracts
+ - run: sleep 10 && TEST_PROVIDER=geth yarn wsrun test @0x/contracts-multisig
+ - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-core
test-publish:
resource_class: medium+
docker:
@@ -81,6 +83,7 @@ jobs:
- restore_cache:
keys:
- repo-{{ .Environment.CIRCLE_SHA1 }}
+ - run: yarn wsrun test:circleci @0x/contracts-test-utils
- run: yarn wsrun test:circleci @0x/abi-gen
- run: yarn wsrun test:circleci @0x/assert
- run: yarn wsrun test:circleci @0x/base-contract