localcc / gvas

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

Add a makefile to simplify local testing #109

Open scottanderson opened 2 weeks ago

scottanderson commented 2 weeks ago

This change makes it easier to run tests and lints locally the same way that the CI checks run them by running make commands.

localcc commented 1 week ago

Maybe we should consider using something like cargo-make to not rely on the unix make tool? https://github.com/sagiegurari/cargo-make