@ -1,18 +1,7 @@
image: jimmycuadra/rust:latest
stages:
- build
- test
build:
stage: build
script:
- cargo build --release
only:
- master
tags:
- rust
allow_failure: false
test:
stage: test