]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
github action/azure pipeline: run 'make test-nonflaky' for tests
authorDaniel Stenberg <daniel@haxx.se>
Tue, 3 Dec 2019 18:30:08 +0000 (19:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Dec 2019 18:30:34 +0000 (19:30 +0100)
To match travis and give more info on failures.

.azure-pipelines.yml
.github/workflows/cpp.yml

index 12f90a6a856935be90001c6d913f39df2009f9c1..5e3162cc8337349098da4135a3389c1e6c82edbc 100644 (file)
@@ -16,5 +16,5 @@ steps:
 - script: make
   displayName: 'make'
 
-- script: make check
+- script: make test-nonflaky
   displayName: 'test'
index 9f3b87eb5dea82e0252a9850f04ee32a43826e87..94eb070d5e9296ed154639488e931d224533c34f 100644 (file)
@@ -14,4 +14,4 @@ jobs:
     - name: make
       run: make
     - name: make check
-      run: make check
+      run: make test-nonflaky