Merge branch 'post-09' into post-10

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

View File

@@ -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'