Skip to content

Commit 8f73ced

Browse files
committed
fix: missing t.Parallel in some tests
1 parent 2a4f93e commit 8f73ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

task_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,7 @@ func TestIncludesInterpolation(t *testing.T) { // nolint:paralleltest // cannot
16701670
}
16711671

16721672
func TestIncludesWithExclude(t *testing.T) {
1673+
t.Parallel()
16731674
var buff bytes.Buffer
16741675
e := task.Executor{
16751676
Dir: "testdata/includes_with_excludes",

0 commit comments

Comments
 (0)