mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
feat: formatting with golangci-lint and gci
This commit is contained in:
@@ -933,6 +933,7 @@ func TestIncludesHttp(t *testing.T) {
|
||||
|
||||
for _, tc := range tcs {
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
task, err := e.CompiledTask(&task.Call{Task: tc.name})
|
||||
require.NoError(t, err)
|
||||
assert.Equal(t, tc.dir, task.Dir)
|
||||
|
||||
Reference in New Issue
Block a user