Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoguin committed Sep 20, 2024
1 parent 022256b commit d64f78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ rel:: $(ESCRIPTS)

tests:: $(ESCRIPTS)
$(verbose) $(MAKE) -C ../../ install-cli
$(verbose) $(MAKE) -C ../../ run-background-broker PLUGINS="rabbit rabbitmq_federation rabbitmq_stomp rabbitmq_stream_management amqp_client"
$(verbose) $(MAKE) -C ../../ run-background-broker PROJECT_VERSION=4.0.1 PLUGINS="rabbit rabbitmq_federation rabbitmq_stomp rabbitmq_stream_management amqp_client"
$(gen_verbose) $(MIX_TEST) $(TEST_FILE); \
RES=$$?; \
$(MAKE) -C ../../ stop-node; \
Expand Down

0 comments on commit d64f78d

Please sign in to comment.