From ab712afa8fb9d2bf7850aa8d031937ca515efa01 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Dec 2019 19:30:08 +0100 Subject: github action/azure pipeline: run 'make test-nonflaky' for tests To match travis and give more info on failures. --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.azure-pipelines.yml') 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' -- cgit v1.2.3