aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/app_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/app_test.go')
-rw-r--r--internal/app/app_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/app/app_test.go b/internal/app/app_test.go
index 01421528..2f42f70a 100644
--- a/internal/app/app_test.go
+++ b/internal/app/app_test.go
@@ -28,6 +28,7 @@ import (
)
func TestApp(t *testing.T) {
+ t.Parallel()
msg := message.NewMsg(nil)
msg.SwapVerbose(testing.Verbose())
@@ -445,6 +446,7 @@ func TestApp(t *testing.T) {
for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
+ t.Parallel()
gr, gw := io.Pipe()
var gotSys *system.I