1 2 3 4 5 6
image: "rust:1.45-buster" test:cargo: script: # Print version info for debugging - rustc --version && cargo --version - make test