Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Ben-Amram <omerbenamram@gmail.com>2019-06-06 11:10:58 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2019-06-06 11:10:58 +0300
commitf467c9335658201d150062b48af45587af16b83d (patch)
tree258fb782b87f22a2e8dfc79b3b37571da4bb4422
parent2d17cff289443070c95ab2df8877f993e2d2f262 (diff)
test everything in CI
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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/}