when: - event: [pull_request] steps: test: image: git.ragarock.moe/silvana/yuno/rust:latest environment: [CARGO_TERM_COLOR=always, CARGO_HOME=./.cargo-home] commands: - rustup default nightly - cargo check - cargo test