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. --- .github/workflows/cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 9f3b87eb5..94eb070d5 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -14,4 +14,4 @@ jobs: - name: make run: make - name: make check - run: make check + run: make test-nonflaky -- cgit v1.2.3