Skip to content

Commit ae33e88

Browse files
committed
Debug mutant problems.
1 parent dd023ba commit ae33e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecommerce/pricing/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ test:
77
mutate:
88
ifeq ($(CI_MUTATE_SUBJECTS),)
99
@echo "Running all mutation tests (local or full CI run)"
10-
@env RAILS_ENV=test bundle exec mutant run
10+
@env RAILS_ENV=test bundle exec mutant run --debug
1111
else
1212
@echo "Running CI mutation tests for subjects: $(CI_MUTATE_SUBJECTS)"
13-
@env RAILS_ENV=test bundle exec mutant run $(CI_MUTATE_SUBJECTS)
13+
@env RAILS_ENV=test bundle exec mutant run --debug $(CI_MUTATE_SUBJECTS)
1414
endif
1515

1616
.PHONY: install test mutate

0 commit comments

Comments
 (0)