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