mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08: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
@ -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…
Reference in New Issue
Block a user