mirror of
https://github.com/go-task/task.git
synced 2025-11-27 22:38:20 +02:00
ci: fix flaky TestForDeps tests (#1839)
This commit is contained in:
committed by
GitHub
parent
0fff404eb8
commit
c5eea294aa
@@ -2500,6 +2500,8 @@ func TestForDeps(t *testing.T) {
|
|||||||
Stderr: &buff,
|
Stderr: &buff,
|
||||||
Silent: true,
|
Silent: true,
|
||||||
Force: true,
|
Force: true,
|
||||||
|
// Force output of each dep to be grouped together to prevent interleaving
|
||||||
|
OutputStyle: ast.Output{Name: "group"},
|
||||||
}
|
}
|
||||||
require.NoError(t, e.Setup())
|
require.NoError(t, e.Setup())
|
||||||
require.NoError(t, e.Run(context.Background(), &ast.Call{Task: test.name}))
|
require.NoError(t, e.Run(context.Background(), &ast.Call{Task: test.name}))
|
||||||
|
|||||||
Reference in New Issue
Block a user