diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 11196962..0e3484c6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,3 +71,6 @@ steps: - script: bootimage build displayName: 'Build' + +- script: cargo test + displayName: 'Unit Tests'