aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index ca40168..392054c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -15,3 +15,4 @@ test:
override:
- ./cbt direct test -Dlog=all
- ./cbt test -Dlog=all
+ - cd examples/build-scalatest && ../../cbt test -Dlog=all && cd ../..