aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 953fb164923953bb51529981dcd36231348ca579 (plain)
1
2
3
4
5
6
7
8
9
10

stages:
  - test

rust-latest:
  stage: test
  image: rust:latest
  script:
    - make test