image: "rust:latest" test:cargo: script: - rustc --version && cargo --version - cargo test --workspace --verbose