diff options
Diffstat (limited to 'internal/cli')
| -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() |
