fix lint and mark long-running cli tests

Long tests should be marked with ^:long so that most unit tests can still
run in under 30s
This commit is contained in:
Gabriel Horner
2026-02-16 17:40:03 -05:00
committed by rcmerci
parent de22f37f45
commit aece4c80c0
2 changed files with 34 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ Architecture: Centralize graph directory resolution and lock ownership checks so
Tech Stack: ClojureScript, Node.js `fs` and `path`, promesa, logseq-cli command pipeline, db-worker-node daemon, existing lock file protocol.
Related: Builds on `docs/agent-guide/019-logseq-cli-data-dir-permissions.md`.
Related: Supercedes `docs/agent-guide/020-logseq-cli-default-paths-move.md`.
Related: Supersedes `docs/agent-guide/020-logseq-cli-default-paths-move.md`.
Related: Relates to `docs/agent-guide/012-logseq-cli-graph-storage.md`.
## Problem statement