when: - event: push branch: main steps: - name: "Cargo Test" image: rust:alpine commands: - cargo test --all