default: image: rust:latest compile: stage: build script: - cargo build unit-tests: stage: test script: - cargo test