mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
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:
parent
d244dc962d
commit
f92bbde73f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user