Merge branch 'post-04' into post-05

This commit is contained in:
Philipp Oppermann
2019-02-25 16:37:18 +01:00

View File

@@ -91,3 +91,9 @@ steps:
- script: bootimage test - script: bootimage test
displayName: 'Integration Tests' displayName: 'Integration Tests'
- script: rustup component add rustfmt
displayName: 'Install Rustfmt'
- script: cargo fmt -- --check
displayName: 'Check Formatting'