Skip to content

Commit a31fea7

Browse files
committed
Always make full run for all subjects.
1 parent 248f31b commit a31fea7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ecommerce/pricing/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
endif
3939
@echo "-----------------------------------------------------"
4040

41-
@echo "Executing: bundle exec mutant run $(TEMP_ACTUAL_MUTANT_ARGS) $(SUBJECTS_TO_RUN)"
42-
@bundle exec mutant run $(TEMP_ACTUAL_MUTANT_ARGS) $(SUBJECTS_TO_RUN)
41+
@echo "Executing: bundle exec mutant run"
42+
@bundle exec mutant run
4343

4444
.PHONY: install test mutate

rails_application/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ else
2727
@echo "Subjects: Specific group for CI - '$(SUBJECTS_TO_RUN)'"
2828
endif
2929
@echo "------------------------------------"
30-
@echo "Executing: env RAILS_ENV=test bundle exec mutant run $(ACTUAL_MUTANT_ARGS) $(SUBJECTS_TO_RUN)"
31-
@env RAILS_ENV=test bundle exec mutant run $(ACTUAL_MUTANT_ARGS) $(SUBJECTS_TO_RUN)
30+
@echo "Executing: env RAILS_ENV=test bundle exec mutant run"
31+
@env RAILS_ENV=test bundle exec mutant run
3232

3333
test: ## Run unit tests
3434
@bin/rails tailwindcss:build

0 commit comments

Comments
 (0)