apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
631 stars 143 forks source link

Use cargo-nextest to run tests. #459

Open liurenjie1024 opened 3 months ago

liurenjie1024 commented 3 months ago

cargo-nextest provides better interface and faster execution speed to rust tests, we should move to it to improve developer experience.

vivek378521 commented 3 months ago

Should this change be made on the CI, too? or just makefile?

I see in the nextest docs that docs-test isn't supported, the rest can be ported.

liurenjie1024 commented 3 months ago

Should this change be made on the CI, too? or just makefile?

I see in the nextest docs that docs-test isn't supported, the rest can be ported.

It's better to change them in both places.

vivek378521 commented 3 months ago

I have raised a PR for this change: https://github.com/apache/iceberg-rust/pull/464

Please review.