default:
image: rust:alpine
compile:
stage: build
script:
- cargo check
- cargo build
tests:
stage: test
- cargo test