aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-03 19:30:08 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-03 19:30:34 +0100
commitab712afa8fb9d2bf7850aa8d031937ca515efa01 (patch)
tree419cb3984d01e32ea46158e1d8ef22d3a5785030 /.azure-pipelines.yml
parent564d88a8bd190a21b362d6da535fccf74d33394d (diff)
github action/azure pipeline: run 'make test-nonflaky' for tests
To match travis and give more info on failures.
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 12f90a6a8..5e3162cc8 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -16,5 +16,5 @@ steps:
- script: make
displayName: 'make'
-- script: make check
+- script: make test-nonflaky
displayName: 'test'