Skip to content

Commit 8931a71

Browse files
committed
format
1 parent b26d393 commit 8931a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tasks:
5252
cmds:
5353
- go build ./cmd/arduino-app-cli
5454
- task: generate
55-
- go test $(go list ./internal/... ./cmd/... | grep -v internal/e2e/updatetest) -v -race {{ .CLI_ARGS }}
55+
- go test $(go list ./internal/... ./cmd/... | grep -v internal/e2e/updatetest) -v -race {{ .CLI_ARGS }}
5656

5757
test:update:
5858
cmds:

0 commit comments

Comments
 (0)