dev-util/addlicense: disable data race detection in tests

Closes: https://bugs.gentoo.org/974962
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-05-15 19:51:42 +03:00
parent c27b796a2c
commit 2b6517d7c1

View File

@@ -27,7 +27,7 @@ src_compile() {
}
src_test() {
ego test -v -buildmode=default -race ./...
ego test -v ./...
}
src_install() {