Update azure pipelines script for unit testing post

This commit is contained in:
Philipp Oppermann
2019-02-05 14:57:46 +01:00
parent 078aebe32a
commit b71e0644bf

View File

@@ -71,3 +71,6 @@ steps:
- script: bootimage build
displayName: 'Build'
- script: cargo test
displayName: 'Unit Tests'