]> git.proxmox.com Git - proxmox-backup.git/commitdiff
build: run tests on build (again)
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 20 Jul 2020 08:22:13 +0000 (10:22 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 20 Jul 2020 09:37:53 +0000 (11:37 +0200)
now that all examples and tests are fixed again.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile

index 40c1186d76da537765260843fca30952a5469895..2e10487bec77e137aec62d0486a42389cfede12b 100644 (file)
--- 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)