MCPcopy Create free account
hub / github.com/go-task/task / TestRunOnlyRunsJobsHashOnceWithWildcard

Function TestRunOnlyRunsJobsHashOnceWithWildcard

task_test.go:2192–2206  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2190}
2191
2192func TestRunOnlyRunsJobsHashOnceWithWildcard(t *testing.T) {
2193 t.Parallel()
2194
2195 tt := fileContentTest{
2196 Dir: "testdata/run",
2197 Target: "deploy",
2198 Files: map[string]string{
2199 "wildcard.txt": "Deploy infra\nDeploy js\nDeploy go\n",
2200 },
2201 }
2202 t.Run("", func(t *testing.T) {
2203 t.Parallel()
2204 tt.Run(t)
2205 })
2206}
2207
2208func TestRunOnceSharedDeps(t *testing.T) {
2209 t.Parallel()

Callers

nothing calls this directly

Calls 1

RunMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…