stages: - build - test build-job: stage: build image: rust:latest script: - cargo build test-job: stage: test image: rust:latest script: - cargo test