steps: depends: image: rust:1.73 commands: - apt update - apt install libudev-dev build: image: rust:1.73 commands: - cargo build --release test: image: rust:1.73 commands: - cargo test