image: "rust:1.48-buster" test:cargo: script: # Print version info for debugging - rustc --version && cargo --version - make test