app-crypt/sequoia-chameleon-gnupg: Always run all tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/44387
Closes: https://github.com/gentoo/gentoo/pull/44387
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-10-30 21:37:19 +01:00
parent c0817ec08d
commit 0051db3e71
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -89,5 +89,5 @@ src_test() {
local -x TMPDIR=/tmp
xdg_environment_reset
RUST_BACKTRACE=full cargo_src_test -vv
RUST_BACKTRACE=full cargo_src_test -vv --no-fail-fast
}