Merge pull request #169061 from superherointj/package-richgo-enable-tests

richgo: enable tests
This commit is contained in:
Sandro
2022-04-20 18:39:07 +02:00
committed by GitHub
@@ -13,10 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-O63QEo0/+m9cYktMg4+RloLuUfAlCG0eGkxpHPFg/Cw=";
doCheck = false;
subPackages = [ "." ];
meta = with lib; {
description = "Enrich `go test` outputs with text decorations";
homepage = "https://github.com/kyoh86/richgo";