1
0
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:
Pete Davison
2025-04-27 20:38:13 +00:00
parent 20c1ffe098
commit 13daa6dc35
7 changed files with 42 additions and 15 deletions

View File

@@ -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)