Merge branch 'post-05' into post-06

This commit is contained in:
Philipp Oppermann
2019-02-25 16:37:30 +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'