stages:
- build
rust-latest:
stage: build
image: rust:latest
script:
- ./test_db.sh
- cargo build --verbose
- cargo test --verbose