Skip to content

Commit 092feb1

Browse files
committed
chore_: test rerun package only
1 parent 9098ff1 commit 092feb1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Makefile

+7-8
Original file line numberDiff line numberDiff line change
@@ -351,14 +351,13 @@ test-unit: export UNIT_TEST_FAILFAST ?= true
351351
test-unit: export UNIT_TEST_RERUN_FAILS ?= true
352352
test-unit: export UNIT_TEST_USE_DEVELOPMENT_LOGGER ?= true
353353
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
362361
test-unit: export UNIT_TEST_PACKAGES_NOT_PARALLELIZABLE ?= \
363362
github.com/status-im/status-go/api \
364363
github.com/status-im/status-go/mailserver \

0 commit comments

Comments
 (0)