Skip to content

Commit 25f1f55

Browse files
committed
chore(makefile): add possibility to run elixir-search per file
1 parent 463eac6 commit 25f1f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ ifneq ($(_WITH_CLOUSEAU), )
284284
"$(_WITH_CLOUSEAU)" \
285285
"$(TEST_OPTS)" \
286286
--locald-config test/config/test-config.ini \
287-
--no-eval 'mix test --trace --include test/elixir/test/config/search.elixir'
287+
--no-eval 'mix test --trace --include test/elixir/test/config/search.elixir $(EXUNIT_OPTS)'
288288
else
289289
@echo "Warning: Clouseau is not enabled, \`elixir-search\` cannot be run."
290290
endif

0 commit comments

Comments
 (0)