zug: run tests

This commit is contained in:
Robert Schütz
2025-10-07 08:20:10 -07:00
parent aacf3787d7
commit 071b4799ab

View File

@@ -39,6 +39,8 @@ stdenv.mkDerivation (finalAttrs: {
rm BUILD rm BUILD
''; '';
doCheck = true;
meta = { meta = {
homepage = "https://github.com/arximboldi/zug"; homepage = "https://github.com/arximboldi/zug";
description = "Library for functional interactive c++ programs"; description = "Library for functional interactive c++ programs";