We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39f85f commit 1ae2a60Copy full SHA for 1ae2a60
1 file changed
Rakefile
@@ -81,7 +81,7 @@ end
81
82
desc "Run mutation testing with Mutant"
83
task :mutant do
84
- system("bundle exec mutant run") || abort("Mutant failed!")
+ system("bundle", "exec", "mutant", "run", "--since", "main") or abort("Mutant failed!")
85
end
86
87
-task default: %i[test rubocop verify_measurements steep]
+task default: %i[test mutant rubocop verify_measurements steep]
0 commit comments