From a78401b6b5023c3c924c0884b222c329975b3ad6 Mon Sep 17 00:00:00 2001 From: James O'Doherty Date: Fri, 22 May 2026 09:23:48 -0400 Subject: Update AGENTS.md with performance conventions and add t.Parallel to CLI tests --- internal/cli/cli_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/cli/cli_test.go') 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() -- cgit v1.2.3