From fb06bfa9dc7140f987bdbad59467a84610221fbb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Sep 2025 11:36:38 +0300 Subject: refactor: move hexai-action to cmd/hexai-action; extract orchestration into internal/hexaiaction; move tests; update Magefile and docs --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/testing.md b/docs/testing.md index 17dd4b3..86d88b1 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -21,7 +21,7 @@ Suggested additions: - The `HEXAI_TEST_SKIP_NET=1` env var disables any tests that require network access, keeping runs deterministic in CI/sandboxes. - Package-specific runs: - - `HEXAI_TEST_SKIP_NET=1 go test ./cmd/internal/hexai-action -cover` + - `HEXAI_TEST_SKIP_NET=1 go test ./internal/hexaiaction -cover` - `HEXAI_TEST_SKIP_NET=1 go test ./internal/hexaiaction -cover` Notes -- cgit v1.2.3