Skip to content
Snippets Groups Projects
Commit 8ee03d19 authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

fix wrong multiline command in makefile

parent d2387d22
No related branches found
No related tags found
1 merge request!1420fix wrong multiline command in makefile
Pipeline #55462 failed
......@@ -69,9 +69,9 @@ test:
cargo test $(LOCKED) $(MAKE_JOBSERVER_ARGS) $(CARGO_FLAGS) $(CARGO_FLAGS_EXTRA) $(ERROR_INJECTION) \
--exclude gostech-audit-log \
--exclude picodata-plugin \
--exclude sbroad-core
--exclude sbroad-core \
--exclude tarantool \
--exclude tlua \
--exclude tlua
poetry run pytest $(PYTEST_NUMPROCESSES) $(PYTEST_FLAGS) -vv --color=yes
.PHONY: generate
......@@ -88,10 +88,10 @@ lint:
cargo clippy \
$(LOCKED) $(MAKE_JOBSERVER_ARGS) $(CARGO_FLAGS) \
--features=load_test,error_injection \
--exclude picodata-plugin \
--exclude sbroad-core \
--exclude tarantool \
--exclude tlua \
--exclude sbroad-core \
--exclude picodata-plugin \
-- --deny clippy::all --no-deps
RUSTDOCFLAGS="-Dwarnings -Arustdoc::private_intra_doc_links" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment