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