Merge branch 'post-03' into post-04

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

View File

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