Unverified Commit f92bbde7 authored by j.r's avatar j.r
Browse files

gotosocial: do not run test for now

Tests seem to be very unstable currently, so we should do them manually
for now, see:
https://github.com/NixOS/nixpkgs/pull/303321#issuecomment-2054023417
parent d244dc96
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -41,7 +41,9 @@ buildGoModule rec {
  '';

  # tests are working only on x86_64-linux
  doCheck = stdenv.isLinux && stdenv.isx86_64;
  # doCheck = stdenv.isLinux && stdenv.isx86_64;
  # checks are currently very unstable in our setup, so we should test manually for now
  doCheck = false;

  checkFlags =
    let