5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2024-12-22 21:33:50 +03:00

buildsys: pass --all-features to cargo test

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>
This commit is contained in:
Wolfgang Bumiller 2020-06-26 12:27:42 +02:00
parent 08bc9bbc6c
commit b4d3fe517f

View File

@ -3,7 +3,7 @@ all: check
.PHONY: check
check:
cargo test
cargo test --all-features
.PHONY: dinstall
dinstall: deb