steps: build: image: rust:1.73 commands: - cargo build --release - cargo test