image: jimmycuadra/rust:latest stages: - test test: stage: test script: - rustc -V - cargo -V - cargo test only: - master tags: - rust allow_failure: false
image: jimmycuadra/rust:latest
stages:
- test
test:
stage: test
script:
- rustc -V
- cargo -V
- cargo test
only:
- master
tags:
- rust
allow_failure: false