diff options
| author | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 09:23:48 -0400 |
|---|---|---|
| committer | James O'Doherty <james@theodohertyfamily.com> | 2026-05-22 09:23:48 -0400 |
| commit | a78401b6b5023c3c924c0884b222c329975b3ad6 (patch) | |
| tree | 3287a0a95b68f8104f074353b55dacc6147e2d37 /internal | |
| parent | 4c01c88143635cf8b154c936fb0ac6546a509a85 (diff) | |
Update AGENTS.md with performance conventions and add t.Parallel to CLI tests
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/cli/cli_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cli/cli_test.go b/internal/cli/cli_test.go index 71ff6cb..ca0e7d4 100644 --- a/internal/cli/cli_test.go +++ b/internal/cli/cli_test.go @@ -5,6 +5,7 @@ import ( ) func TestAppRun_ProfileDirInjection(t *testing.T) { + t.Parallel() // Set up a temporary directory to simulate XDG_CONFIG_HOME/wg-wrap/profiles tmpDir := t.TempDir() |
