feat: add CI workflow, rename package to mololog, and implement test harness with auto-exit

This commit is contained in:
2024-12-05 07:18:01 +00:00
parent 5cd2f5c915
commit 68f90f0da6
14 changed files with 155 additions and 60 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ serve: ensure_env
$(BIN)mololog.serve --host=0.0.0.0 --port=3016 --db=mololog.db
test: ensure_env
$(BIN)mololog.test --url=http://localhost:3016
$(PYTHON) test.py
bench: ensure_env
$(BIN)mololog.bench --url=http://localhost:3016