Unverified Commit a5528596 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

drone-cli: doCheck = true (#432255)

parents 0c15b17e 9c89ed24
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@ buildGoModule rec {
    "-X main.version=${version}"
  ];

  doCheck = false;

  meta = with lib; {
    mainProgram = "drone";
    maintainers = with maintainers; [ techknowlogick ];