We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26d393 commit 8931a71Copy full SHA for 8931a71
Taskfile.yml
@@ -52,7 +52,7 @@ tasks:
52
cmds:
53
- go build ./cmd/arduino-app-cli
54
- task: generate
55
- - go test $(go list ./internal/... ./cmd/... | grep -v internal/e2e/updatetest) -v -race {{ .CLI_ARGS }}
+ - go test $(go list ./internal/... ./cmd/... | grep -v internal/e2e/updatetest) -v -race {{ .CLI_ARGS }}
56
57
test:update:
58
0 commit comments