1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

fix: missing t.Parallel in some tests

This commit is contained in:
Valentin Maerten 2024-12-30 11:50:57 +01:00
parent 2a4f93eb41
commit 8f73ced037
No known key found for this signature in database
GPG Key ID: 2F8E54DDF815C341

View File

@ -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",