Skip to content

Commit 8a56e3b

Browse files
chore(tests): remove temporary comment regarding test command adjustment
1 parent 3faffcc commit 8a56e3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ endif
121121
.PHONY: test-ci
122122
test-ci:
123123
ifdef cover
124-
# TODO: should be ./... before merging, temporary change to pkg/blocker to speed up CI while testing blocker changes
125124
$(GO) test -run "[^FLAKY]$$" -coverprofile=cover.out ./...
126125
else
127126
$(GO) test -run "[^FLAKY]$$" ./...

0 commit comments

Comments
 (0)