0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
27 stars 23 forks source link

Makefile: also run clippy on integration test code #308

Closed mFragaBA closed 1 month ago

mFragaBA commented 2 months ago

What should be done?

Currently we only run clippy for everything but the integration test. It's probably due to the integration test requiring the --integration feature flag.

How should it be done?

Change the Makefile.toml so we either

When is this task done?

when we run cargo make clippy (and in turn cargo make lint as well) and it runs clippy on everything, not leaving out integration tests

Additional context

No response

mFragaBA commented 1 month ago

closing as #310 got merged