about summary refs log tree commit diff
path: root/pkgs/tools/admin/clair
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-04-06 11:53:55 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-04-06 11:53:55 -0300
commitf51d0956afdb184b8a0ffc5b17dd4d2cc3406fd3 (patch)
treecf6f8dbd9155dd2a2e2cf4ab7d070b8f07a7c8d5 /pkgs/tools/admin/clair
parent8ffc4aa12ef909ce7a44ebf93ad6cc36231eabdc (diff)
clair: enable tests
Diffstat (limited to 'pkgs/tools/admin/clair')
-rw-r--r--pkgs/tools/admin/clair/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/admin/clair/default.nix b/pkgs/tools/admin/clair/default.nix
index 484cbbb82cbda..20929f5d8d5fc 100644
--- a/pkgs/tools/admin/clair/default.nix
+++ b/pkgs/tools/admin/clair/default.nix
@@ -13,8 +13,6 @@ buildGoModule rec {
 
   vendorSha256 = "sha256-C3xnBANsymSgI7l446CjJzEMY1gURGTxDNBBjNjHmaE=";
 
-  doCheck = false;
-
   nativeBuildInputs = [ makeWrapper ];
 
   postInstall = ''