localcc / gvas

GVAS file format parsing library for rust
MIT License
18 stars 4 forks source link

Combine integration test binaries #73

Closed scottanderson closed 5 months ago

scottanderson commented 5 months ago

Each .rs file in tests translates to a separate binary, resulting in longer build and run times than we could achieve by combining tests.

https://doc.rust-lang.org/rust-by-example/testing/integration_testing.html

localcc commented 5 months ago

I've recently read an article regarding this, and the speedups are actually pretty great, looks good!