diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0bab98a..96e3777d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,3 +91,9 @@ steps: - script: bootimage test displayName: 'Integration Tests' + +- script: rustup component add rustfmt + displayName: 'Install Rustfmt' + +- script: cargo fmt -- --check + displayName: 'Check Formatting'