From 4ea4faa4f6405801de19d0ea56e8bc29aa4362e1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 15 Jan 2021 22:18:03 -0500 Subject: Add bild --test This argument will run the tests for an output after building. It's active in 'ci' so running that will ensure tests are passing. This way testing a namespace and building a namespace are as close together as possible, so presumably it will be that much easier to write good tests. --- Biz/Bild/ShellHook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Bild') 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" -- cgit v1.2.3