Skip to content

Commit 8dd44ec

Browse files
committed
Merge branch 'docs/local-mutantion-testing' of github.com:stacks-network/stacks-core into docs/local-mutantion-testing
2 parents e21a0f1 + 14594ba commit 8dd44ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mutation-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mutation Testing
22

33
This document describes how to run mutation testing locally to mimic the outcome of a PR, without the CI limitation it provides by timing out after 6 hours.
4-
[Here is the script](../contrib/tools/local-mutation-testing.sh) to run mutation locally running the mutants created by the changes between the current branch and develop.
4+
[Here is the script](../contrib/tools/local-mutation-testing.sh) to run the tests locally by running the mutants created by the changes between `HEAD` and develop.
55
It does automatically all the steps explained below.
66

77
From the root level of the stacks-core repository run

0 commit comments

Comments
 (0)