github action/azure pipeline: run 'make test-nonflaky' for tests

To match travis and give more info on failures.
This commit is contained in:
Daniel Stenberg 2019-12-03 19:30:08 +01:00
parent 564d88a8bd
commit ab712afa8f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 2 deletions

View file

@ -14,4 +14,4 @@ jobs:
- name: make
run: make
- name: make check
run: make check
run: make test-nonflaky