mirror of
https://github.com/go-task/task.git
synced 2025-06-21 00:29:34 +02:00
feat: add parallel test execution to improve runtime (#1882)
This commit is contained in:
@ -12,6 +12,8 @@ import (
|
||||
)
|
||||
|
||||
func TestCmdParse(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
const (
|
||||
yamlCmd = `echo "a string command"`
|
||||
yamlDep = `"task-name"`
|
||||
|
Reference in New Issue
Block a user