aboutsummaryrefslogtreecommitdiff
path: root/.ci/build
diff options
context:
space:
mode:
Diffstat (limited to '.ci/build')
-rwxr-xr-x.ci/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/build b/.ci/build
index ad52e38..9e4930f 100755
--- a/.ci/build
+++ b/.ci/build
@@ -3,7 +3,8 @@ set -ev
sbt \
scalafmt::test \
- test
+ test \
+ scripted
# Automatic publishing for tags that start with `v<digit>`
if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then