dev-util/bugbite-cli: fix test syntax

Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2024-04-10 12:24:43 +02:00
parent e7a942c9bf
commit a7069b8ded

View File

@@ -35,7 +35,7 @@ src_configure() {
}
src_test() {
edo cargo nextest run $(usev !debug '--release') --color always --all-features --tests ${static_stuff}
edo cargo nextest run $(usev !debug '--release') --color always --features test --tests ${static_stuff}
}
src_install() {