Skip to content

Commit 3efa501

Browse files
committed
mmtests: do not rebuild mmtets for mmtests-tests
Running make mmtests-tests rebuilds mmtests with no good reason. Just run the tests. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 453a5b2 commit 3efa501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/mmtests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mmtests-dev:
2525
--tags run_tests \
2626
$(MMTESTS_ARGS)
2727

28-
mmtests-tests: mmtests
28+
mmtests-tests:
2929
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
3030
playbooks/mmtests.yml \
3131
--extra-vars=@./extra_vars.yaml \

0 commit comments

Comments
 (0)