Execute MegaLinter locally:
./bin/ml.sh
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
Execute MegaLinter locally:
./bin/ml.sh
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