chore: remove misleading comment
The comment is no longer relevant after:
d3558d8e09
This commit is contained in:
parent
a7b0732cc7
commit
03732ad12b
2
Makefile
2
Makefile
|
@ -318,8 +318,6 @@ test-unit: export UNIT_TEST_COUNT ?= 1
|
|||
test-unit: export UNIT_TEST_FAILFAST ?= true
|
||||
test-unit: export UNIT_TEST_RERUN_FAILS ?= true
|
||||
test-unit: export UNIT_TEST_USE_DEVELOPMENT_LOGGER ?= true
|
||||
# Ensure 'waku' and 'wakuv2' tests are executed first to reduce the impact of flaky tests.
|
||||
# Otherwise, the entire target might fail at the end, making re-runs time-consuming.
|
||||
test-unit: export UNIT_TEST_PACKAGES ?= $(shell go list ./... | \
|
||||
grep -v /vendor | \
|
||||
grep -v /t/e2e | \
|
||||
|
|
Loading…
Reference in New Issue