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:
parent
2a4f93eb41
commit
8f73ced037
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user