From dbefbcb0465ed4ea1412c3b39a3085167be7011f Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Wed, 11 Sep 2019 13:06:59 -0400 Subject: [PATCH] CI --- .azure/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index b384e8df38..21bbf26095 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -19,7 +19,10 @@ steps: curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain `cat rust-toolchain` export PATH=$HOME/.cargo/bin:$PATH rustc -Vv + cargo install rustfmt echo "##vso[task.prependpath]$HOME/.cargo/bin" displayName: Install Rust - bash: RUSTFLAGS="-D warnings" cargo test --all-features displayName: Run tests + - bash: cargo fmt + displayName: Lint