(t *testing.T)
| 1159 | } |
| 1160 | |
| 1161 | func TestIncludeSilent(t *testing.T) { |
| 1162 | t.Parallel() |
| 1163 | |
| 1164 | NewExecutorTest(t, |
| 1165 | WithName("include-taskfile-silent"), |
| 1166 | WithExecutorOptions( |
| 1167 | task.WithDir("testdata/includes_silent"), |
| 1168 | ), |
| 1169 | WithTask("default"), |
| 1170 | ) |
| 1171 | } |
| 1172 | |
| 1173 | func TestFailfast(t *testing.T) { |
| 1174 | t.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…