We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e907a commit 59d3fe8Copy full SHA for 59d3fe8
support/make/mutant.mk
@@ -8,4 +8,4 @@ mutate-fast: ## Run mutation tests with --fail-fast
8
9
mutate-changes: ## Run incremental mutation tests
10
@echo "Running mutation tests"
11
- @bundle exec mutant run --since HEAD~1 $(SUBJECT)
+ @bundle exec mutant run --since master $(SUBJECT)
0 commit comments