Skip to content

Commit

Permalink
chore_: test rerun package only
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Jun 16, 2024
1 parent 1dd65dd commit 20a2a10
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,13 @@ test-unit: export UNIT_TEST_FAILFAST ?= true
test-unit: export UNIT_TEST_RERUN_FAILS ?= true
test-unit: export UNIT_TEST_USE_DEVELOPMENT_LOGGER ?= true
test-unit: export UNIT_TEST_REPORT_CODECLIMATE ?= false
test-unit: export UNIT_TEST_PACKAGES ?= $(call sh, go list ./... | \
grep -v /vendor | \
grep -v /t/e2e | \
grep -v /t/benchmarks | \
grep -v /transactions/fake | \
grep -E -v '/wakuv2(/.*|$$)')
#test-unit: export UNIT_TEST_PACKAGES ?= $(call sh, go list ./... | \
# grep -v /vendor | \
# grep -v /t/e2e | \
# grep -v /t/benchmarks | \
# grep -v /transactions/fake | \
# grep -E -v '/wakuv2(/.*|$$)')
test-unit: export UNIT_TEST_PACKAGES=github.com/status-im/status-go/rerun
test-unit: export UNIT_TEST_PACKAGES_NOT_PARALLELIZABLE ?= \
github.com/status-im/status-go/api \
github.com/status-im/status-go/mailserver \
Expand Down

0 comments on commit 20a2a10

Please sign in to comment.