summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index c729b6a..f03e5f5 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -26,6 +26,7 @@ SLOPBOT_AGENT_MODEL=parasail/kimi-k26
SLOPBOT_WORKERS=4
SLOPBOT_AGENT_WORKERS=1
SLOPBOT_AGENT_TIMEOUT=120
+SLOPBOT_AGENT_DEBUG=false
SLOPBOT_HISTORY_LIMIT=20
SLOPBOT_SYSTEM_PROMPT=prompts/system.md
EOF
@@ -36,6 +37,9 @@ fi
echo "locking local flake inputs..."
"${NIX[@]}" flake lock
+echo "running tests..."
+./test.sh
+
echo "building slopbot..."
"${NIX[@]}" build .#slopbot