]> git.proxmox.com Git - pxar.git/commitdiff
buildsys: pass --all-features to cargo test
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 26 Jun 2020 10:27:42 +0000 (12:27 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 26 Jun 2020 10:27:43 +0000 (12:27 +0200)
Otherwise tests which depend on optional dependencies won't
be run. Particularly the one in the `tests/` subdir.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 0982dd2494393384cf83fafdf09467d66180356e..f543e4d2d85ed94418fc23b9e40322ab91b2f4fd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: check
 
 .PHONY: check
 check:
-       cargo test
+       cargo test --all-features
 
 .PHONY: dinstall
 dinstall: deb