forked from wolfSSL/wolfssl
Run only stable curl tests
This commit is contained in:
10
.github/workflows/curl.yml
vendored
10
.github/workflows/curl.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-and-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 14
|
timeout-minutes: 14
|
||||||
@ -22,10 +22,14 @@ jobs:
|
|||||||
configure: --enable-curl
|
configure: --enable-curl
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
- name: Build and test curl
|
- name: Build curl
|
||||||
uses: wolfSSL/actions-build-autotools-project@v1
|
uses: wolfSSL/actions-build-autotools-project@v1
|
||||||
with:
|
with:
|
||||||
repository: curl/curl
|
repository: curl/curl
|
||||||
path: curl
|
path: curl
|
||||||
configure: --with-wolfssl=$GITHUB_WORKSPACE/build-dir
|
configure: --with-wolfssl=$GITHUB_WORKSPACE/build-dir
|
||||||
check: true
|
check: false
|
||||||
|
|
||||||
|
- name: Test curl
|
||||||
|
working-directory: curl
|
||||||
|
run: make -j test-ci
|
||||||
|
Reference in New Issue
Block a user