summaryrefslogtreecommitdiff
path: root/Biz/Bild
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Bild')
-rw-r--r--Biz/Bild/ShellHook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh
index 05707dc..bb529dd 100644
--- a/Biz/Bild/ShellHook.sh
+++ b/Biz/Bild/ShellHook.sh
@@ -114,7 +114,7 @@ alias sentry="watch --color --exec bash -c run-sentry"
# Poor man's ci
function run-ci() {
- lint **/* && bild **/*
+ lint **/* && bild --test **/*
}
alias ci="time run-ci"