datatest 0.8.0

Data-driven tests in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
  toolchain: stable
jobs:
  - job: rustfmt
    pool:
      vmImage: ubuntu-16.04
    steps:
      - template: steps-install-rust.yml
        parameters:
          toolchain: ${{ parameters.toolchain }}
          components:
            - rustfmt
      - script: |
          cargo fmt -- --check
        displayName: cargo fmt -- --check