Raw-rs: run tests in parallel (#1968)

* Run raw-rs tests in parallel

* cargo fmt

* Fix clippy warnings

* Use Fast CompressionType to speed up the tests

* Fix benches

* Use cfg_attr instead of cfg.

---------

Co-authored-by: hypercube <0hypercube@gmail.com>
Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Elbert Ronnie
2024-09-20 16:39:58 +05:30
committed by GitHub
parent e352c7fa71
commit d68f91ccca
4 changed files with 67 additions and 38 deletions

5
Cargo.lock generated
View File

@@ -4829,8 +4829,9 @@ dependencies = [
"build-camera-data",
"image 0.25.2",
"libraw-rs",
"num_enum 0.7.3",
"reqwest 0.12.7",
"num_enum 0.7.2",
"rayon",
"reqwest 0.12.5",
"tag-derive",
"thiserror",
]