-
Notifications
You must be signed in to change notification settings - Fork 65
ci - cargo clippy should be run with --tests #105
Comments
@PsiACE I notice that maybe we should keep |
We take about how to run tests and linters in |
I will update it. Shall we consider adding a makefile to simplify the commands? |
@PsiACE I tend not to do so - it's a bit over-engineering. Cargo is designed to be self-service, and even projects like tokio don't require a Makefile. I prefer to collaborate with the Rust community than maintain two build tools. |
Well, if it is necessary, we can add some custom cmd to .cargo/config.toml. Of course, it's too early. |
Otherwise tests aren't covered.
The text was updated successfully, but these errors were encountered: