go-session/tests/cli/session/Taskfile.yaml
Codex 3b6972785d
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
feat(go-session): scaffold tests/cli/session Taskfile + test driver per AX-10
tests/cli/session/Taskfile.yaml + tests/cli/session/main.go — driver
builds a synthetic JSONL session and exercises parse, analytics,
search, list, fetch, and HTML rendering paths.

Verification: task -d tests/cli/session + go test + go vet all pass.

Closes tasks.lthn.sh/view.php?id=670

Co-authored-by: Codex <noreply@openai.com>
2026-04-24 22:44:55 +01:00

14 lines
183 B
YAML

version: "3"
env:
GOWORK: off
GOCACHE: /tmp/go-session-go-build-cache
tasks:
default:
deps: [test]
test:
dir: ../../..
cmds:
- go run ./tests/cli/session