mirror of
https://github.com/curl/curl.git
synced 2026-04-22 05:42:11 +03:00
github action/azure pipeline: run 'make test-nonflaky' for tests
To match travis and give more info on failures.
This commit is contained in:
parent
564d88a8bd
commit
ab712afa8f
2 changed files with 2 additions and 2 deletions
|
|
@ -16,5 +16,5 @@ steps:
|
|||
- script: make
|
||||
displayName: 'make'
|
||||
|
||||
- script: make check
|
||||
- script: make test-nonflaky
|
||||
displayName: 'test'
|
||||
|
|
|
|||
2
.github/workflows/cpp.yml
vendored
2
.github/workflows/cpp.yml
vendored
|
|
@ -14,4 +14,4 @@ jobs:
|
|||
- name: make
|
||||
run: make
|
||||
- name: make check
|
||||
run: make check
|
||||
run: make test-nonflaky
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue