gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 83/151: github action/azure pipeline: run 'make test-nonflaky' f


From: gnunet
Subject: [gnurl] 83/151: github action/azure pipeline: run 'make test-nonflaky' for tests
Date: Fri, 20 Dec 2019 14:26:32 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit ab712afa8fb9d2bf7850aa8d031937ca515efa01
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Dec 3 19:30:08 2019 +0100

    github action/azure pipeline: run 'make test-nonflaky' for tests
    
    To match travis and give more info on failures.
---
 .azure-pipelines.yml      | 2 +-
 .github/workflows/cpp.yml | 2 +-
 2 files changed, 2 insertions(+), 2 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'
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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]