Open CheatCod opened 2 years ago
CI does not run any test right now. CI should run cargo test before running cargo run. CI should fail if cargo test fails.
cargo test
cargo run
Tests should be part of the CI process for more rigorous verification.
Intention:
CI does not run any test right now. CI should run
cargo test
before runningcargo run
. CI should fail ifcargo test
fails.Why is it necessary:
Tests should be part of the CI process for more rigorous verification.