From c47a900ceb5b62ef53105b02514aa5d30576c73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 20 Jul 2020 10:22:13 +0200 Subject: [PATCH] build: run tests on build (again) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit now that all examples and tests are fixed again. Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40c1186d..2e10487b 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ $(SUBDIRS): test: #cargo test test_broadcast_future #cargo test $(CARGO_BUILD_ARGS) - #$(CARGO) test $(tests) $(CARGO_BUILD_ARGS) + $(CARGO) test $(tests) $(CARGO_BUILD_ARGS) doc: $(CARGO) doc --no-deps $(CARGO_BUILD_ARGS)