File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838endif
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
Original file line number Diff line number Diff line change 2727 @echo "Subjects: Specific group for CI - '$(SUBJECTS_TO_RUN)'"
2828endif
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
3333test : # # Run unit tests
3434 @bin/rails tailwindcss:build
You can’t perform that action at this time.
0 commit comments