Skip to content

Commit

Permalink
Dont check pandoc think
Browse files Browse the repository at this point in the history
(for now)
  • Loading branch information
ysndr committed Sep 9, 2021
1 parent 2b78fb7 commit e24d553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-info/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ rustPlatform.buildRustPackage {
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ pandoc openssl openssl.dev ] ++ lib.optional pkgs.stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
checkInputs = [ pandoc ];
checkFlags = [
"--skip elastic::tests"
"--skip nix_gc::tests"
"--skip data::export::tests::test_option"
];
}

0 comments on commit e24d553

Please sign in to comment.