File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -351,14 +351,13 @@ test-unit: export UNIT_TEST_FAILFAST ?= true
351
351
test-unit : export UNIT_TEST_RERUN_FAILS ?= true
352
352
test-unit : export UNIT_TEST_USE_DEVELOPMENT_LOGGER ?= true
353
353
test-unit : export UNIT_TEST_REPORT_CODECLIMATE ?= false
354
- test-unit : export UNIT_TEST_PACKAGES ?= $(call sh, go list ./... | \
355
- grep -v /vendor | \
356
- grep -v /t/e2e | \
357
- grep -v /t/benchmarks | \
358
- grep -v /transactions/fake | \
359
- grep -E -v '/wakuv2(/.* |$$) ')
360
- # test-unit: export UNIT_TEST_PACKAGES=github.com/status-im/status-go/protocol
361
- # test-unit: export UNIT_TEST_PACKAGES=github.com/status-im/status-go/abi-spec
354
+ # test-unit: export UNIT_TEST_PACKAGES ?= $(call sh, go list ./... | \
355
+ # grep -v /vendor | \
356
+ # grep -v /t/e2e | \
357
+ # grep -v /t/benchmarks | \
358
+ # grep -v /transactions/fake | \
359
+ # grep -E -v '/wakuv2(/.*|$$)')
360
+ test-unit : export UNIT_TEST_PACKAGES=github.com/status-im/status-go/rerun
362
361
test-unit : export UNIT_TEST_PACKAGES_NOT_PARALLELIZABLE ?= \
363
362
github.com/status-im/status-go/api \
364
363
github.com/status-im/status-go/mailserver \
You can’t perform that action at this time.
0 commit comments