diff --git a/task_test.go b/task_test.go index c54424e7..a43b79a2 100644 --- a/task_test.go +++ b/task_test.go @@ -1670,6 +1670,7 @@ func TestIncludesInterpolation(t *testing.T) { // nolint:paralleltest // cannot } func TestIncludesWithExclude(t *testing.T) { + t.Parallel() var buff bytes.Buffer e := task.Executor{ Dir: "testdata/includes_with_excludes",