eureka-ideas: skip broken tests on linux

This commit is contained in:
figsoda 2022-07-28 16:56:37 +08:00
parent d8fcdf8eda
commit f9b8038792

View file

@ -24,6 +24,11 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ];
checkFlags = lib.optionals stdenv.isLinux [
# failing on linux for unknown reasons
"--skip=config_manager::tests"
];
meta = with lib; {
description = "CLI tool to input and store your ideas without leaving the terminal";
homepage = "https://github.com/simeg/eureka";