stages: - build rust-default: stage: build timeout: 240 script: - cargo build --verbose - cargo test --verbose