pipeline: checkmate: group: default image: rust_full commands: - cd firmware/ - cargo checkmate build_release: group: default image: rust_full commands: - cd firmware/ - cargo build --all-features --release