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