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