From f467c9335658201d150062b48af45587af16b83d Mon Sep 17 00:00:00 2001 From: Omer Ben-Amram Date: Thu, 6 Jun 2019 11:10:58 +0300 Subject: test everything in CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d3feff9..cca8c73 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,7 +37,7 @@ steps: - script: cargo build --release displayName: Cargo build - script: cargo test - displayName: Cargo test + displayName: Cargo test --all - bash: | MY_TAG="$(Build.SourceBranch)" MY_TAG=${MY_TAG#refs/tags/} -- cgit v1.2.3