Skip to content

Commit cb91221

Browse files
committed
Run only stable curl tests
1 parent 365fae8 commit cb91221

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/curl.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55

66
jobs:
7-
build:
7+
build-and-test:
88
runs-on: ubuntu-latest
99
# This should be a safe limit for the tests to run.
1010
timeout-minutes: 14
@@ -22,10 +22,14 @@ jobs:
2222
configure: --enable-curl
2323
install: true
2424

25-
- name: Build and test curl
25+
- name: Build curl
2626
uses: wolfSSL/actions-build-autotools-project@v1
2727
with:
2828
repository: curl/curl
2929
path: curl
3030
configure: --with-wolfssl=$GITHUB_WORKSPACE/build-dir
31-
check: true
31+
check: false
32+
33+
- name: Test curl
34+
working-directory: curl
35+
run: make -j test-ci

0 commit comments

Comments
 (0)