aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: b0a26ecd162edc31ac874439d3cb18d0589c66d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
stages:
  - lint
  - correct

check-format:
  stage: lint
  image: rust:latest
  script:
    - rustup component add rustfmt
    - cargo fmt --check

run-tests:
  stage: correct
  image: rust:1.94.1
  needs: ["check-format"]
  script:
    - cargo test -- --test-threads=1
XMR address: 854DmXNrxULU3ZFJVs4Wc8PFhbq29RhqHhY8W6cdWrtFN3qmooKyyeYPcDzZTNRxphhJ5UzASQfAdEMwSteVqymk28aLhqj