anytype-heart: disable tests

This commit is contained in:
Gutyina Gergő
2025-03-26 10:57:46 +01:00
parent b992b17428
commit 3fbf6d8a56
@@ -75,6 +75,9 @@ buildGoModule {
cp LICENSE.md $out/share
'';
# disable tests to save time, as it's mostly built by users, not CI
doCheck = false;
meta = {
description = "Shared library for Anytype clients";
homepage = "https://anytype.io/";