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 d359c2f commit 726ecbbCopy full SHA for 726ecbb
Taskfile.yml
@@ -55,7 +55,7 @@ tasks:
55
cmds:
56
- go build ./cmd/arduino-app-cli # needed for e2e tests
57
- task: generate
58
- - go test ./internal/... ./cmd/... -v -race {{ .CLI_ARGS }}
+ - go test $(go list ./internal/... ./cmd/... | grep -v internal/e2e/updatetest) -v -race {{ .CLI_ARGS }} # exclude deb package update tests
59
60
test:pkg:
61
desc: Run only tests in the pkg directory
0 commit comments