From b71e0644bf0bec2a21e6de4f3ad70938607fa1d6 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 5 Feb 2019 14:57:46 +0100 Subject: [PATCH] Update azure pipelines script for unit testing post --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) 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'