Odonno / surrealdb-migrations

An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project.
https://crates.io/crates/surrealdb-migrations
MIT License
210 stars 16 forks source link

Migrate tests to cargo-nextest #59

Open Odonno opened 10 months ago

Odonno commented 10 months ago

Is your feature request related to a problem? Please describe.

N/A

Describe the solution you'd like

Migrate tests to cargo-nextest to improve test performance and make use of interesting features of this tool (identify slow and leaky tests, etc...).

Describe alternatives you've considered

N/A

Additional context

Tests should run fast. This tool is praising itself by saying "Up to 3× as fast as cargo test". If true, apply migration to this tool.