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
This commit is contained in:
j.r 2024-04-20 14:12:56 +02:00
parent d244dc962d
commit f92bbde73f
No known key found for this signature in database
GPG Key ID: E74A18B933F9145E
1 changed files with 3 additions and 1 deletions

View File

@ -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