diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-07 11:36:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-07 11:36:38 +0300 |
| commit | fb06bfa9dc7140f987bdbad59467a84610221fbb (patch) | |
| tree | b8ebf92c121a32eed0dc5e193c5877c5d0b94e6b /docs | |
| parent | 0d424adfc64da1c61296c66a99162ec68cc4f8d0 (diff) | |
refactor: move hexai-action to cmd/hexai-action; extract orchestration into internal/hexaiaction; move tests; update Magefile and docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
