mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-db/limbo: Enable backtrace in src_test for CI debugging
Close bug to re-trigger CI to see new output in new bug. Closes: https://bugs.gentoo.org/946511 Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -316,3 +316,8 @@ src_install() {
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
src_test() {
|
||||
export RUST_BACKTRACE=full
|
||||
cargo_src_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user