aboutsummaryrefslogtreecommitdiff
path: root/.github
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 /.github
parent564d88a8bd190a21b362d6da535fccf74d33394d (diff)
github action/azure pipeline: run 'make test-nonflaky' for tests
To match travis and give more info on failures.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cpp.yml2
1 files changed, 1 insertions, 1 deletions
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