You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-ruzstd/rust2rpm.toml

20 lines
460 B

[package]
cargo-install-bin = false
[tests]
skip = [
"tests::decode_corpus::test_decode_corpus_files",
"tests::dict_test::test_dict_decoding",
"tests::fuzz_regressions::test_all_artifacts",
"tests::test_block_header_reading",
"tests::test_decode_from_to",
"tests::test_frame_decoder",
"tests::test_frame_header_reading",
"tests::test_specific_file",
"tests::test_streaming",
]
skip-exact = true
comments = [
"test fixtures not shipped",
]