mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-util/neocmakelsp: update how tests are skipped
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
@@ -27,9 +27,9 @@ src_install() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local skip=(
|
||||
--skip document_link::tests::test_document_link_search
|
||||
--skip languageserver::test::test_init
|
||||
local CARGO_SKIP_TESTS=(
|
||||
document_link::tests::test_document_link_search
|
||||
languageserver::test::test_init
|
||||
)
|
||||
cargo_src_test -- "${skip[@]}"
|
||||
cargo_src_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user