mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/bugbite-cli: fix test syntax
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user