diff --git a/zs.nix b/zs.nix index dabc948..cb48788 100644 --- a/zs.nix +++ b/zs.nix @@ -23,12 +23,6 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; - doCheck = true; - - checkPhase = '' - go test ./... - ''; - postInstall = '' installShellCompletion --cmd zs \ --bash <($out/bin/zs completion bash) \