aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 2e5e3272d0ef5209595f8002c7fb7d6e27c26ae0 (plain)
1
2
3
4
5
6
image: "rust:1.49-buster"
test:cargo:
  script:
    # Print version info for debugging
    - rustc --version && cargo --version
    - make test