We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd023ba commit ae33e88Copy full SHA for ae33e88
ecommerce/pricing/Makefile
@@ -7,10 +7,10 @@ test:
7
mutate:
8
ifeq ($(CI_MUTATE_SUBJECTS),)
9
@echo "Running all mutation tests (local or full CI run)"
10
- @env RAILS_ENV=test bundle exec mutant run
+ @env RAILS_ENV=test bundle exec mutant run --debug
11
else
12
@echo "Running CI mutation tests for subjects: $(CI_MUTATE_SUBJECTS)"
13
- @env RAILS_ENV=test bundle exec mutant run $(CI_MUTATE_SUBJECTS)
+ @env RAILS_ENV=test bundle exec mutant run --debug $(CI_MUTATE_SUBJECTS)
14
endif
15
16
.PHONY: install test mutate
0 commit comments