Skip to content

Commit e02d9f6

Browse files
committed
🔨⚗️ change mutants phony
1 parent 07a00be commit e02d9f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ linter:
6767
$(call lint, tests)
6868

6969
mutants: setup
70-
mutmut run --paths-to-mutate ${module} || \
70+
mutmut run --paths-to-mutate ${module} || true
7171
mutmut html
7272

7373
setup: clean install

0 commit comments

Comments
 (0)