Skip to content

Commit 726ecbb

Browse files
committed
exclude updatetest folder
1 parent d359c2f commit 726ecbb

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
@@ -55,7 +55,7 @@ tasks:
5555
cmds:
5656
- go build ./cmd/arduino-app-cli # needed for e2e tests
5757
- task: generate
58-
- go test ./internal/... ./cmd/... -v -race {{ .CLI_ARGS }}
58+
- go test $(go list ./internal/... ./cmd/... | grep -v internal/e2e/updatetest) -v -race {{ .CLI_ARGS }} # exclude deb package update tests
5959

6060
test:pkg:
6161
desc: Run only tests in the pkg directory

0 commit comments

Comments
 (0)