Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 435 Bytes

development.md

File metadata and controls

38 lines (25 loc) · 435 Bytes

Development

Linting

Execute MegaLinter locally:

./bin/ml.sh

Testing

Run all tests:

cargo test

Run only one test:

cargo test test_lambda

Run tests with nextest:

cargo nextest run

Generate a coverage report:

cargo llvm-cov nextest