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

@ -16,5 +16,5 @@ steps:
- script: make
displayName: 'make'
- script: make check
- script: make test-nonflaky
displayName: 'test'

View File

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