Skip to content

Commit

Permalink
fix: missing t.Parallel in some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaerten committed Dec 30, 2024
1 parent 2a4f93e commit 8f73ced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8f73ced

Please sign in to comment.