1 2 3 4 5 6 7
# Use cargo to test the project test:cargo: script: - rustc --version && cargo --version # Print version info for debugging - cargo fmt -- --check - cargo clippy - cargo test --workspace --verbose