aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b069ec3..08ff726 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -20,6 +20,8 @@ commands:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then
make test
+ elif [ "${CIRCLE_BRANCH}" == "single-chain" ]; then
+ make test
else
make test-short
fi
@@ -128,6 +130,7 @@ workflows:
branches:
only:
- master
+ - single-chain
test_and_build:
jobs: