mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/cramjam: Run cargo test as well
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -194,6 +194,14 @@ src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
src_test() {
|
||||
pushd ../libcramjam >/dev/null || die
|
||||
cargo_src_test
|
||||
popd >/dev/null || die
|
||||
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_DESELECT=(
|
||||
# random health check failures
|
||||
|
||||
Reference in New Issue
Block a user