mirror of
https://github.com/curl/curl.git
synced 2026-08-01 14:48:53 +03:00
GHA: add valgrind to the job titles using it, and tidy-ups
There is a 4-5x difference in test run times. Make the reason more obvious by adding valgrind to the job names. Also: - tidy up job names. Closes #14853
This commit is contained in:
parent
c3a7145a4f
commit
8f5d73af12
2 changed files with 20 additions and 20 deletions
4
.github/workflows/wolfssl.yml
vendored
4
.github/workflows/wolfssl.yml
vendored
|
|
@ -54,11 +54,11 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
build:
|
||||
- name: wolfssl (configured with --enable-all)
|
||||
- name: wolfssl (with --enable-all)
|
||||
install:
|
||||
configure: LDFLAGS="-Wl,-rpath,$HOME/wssl/lib" --with-wolfssl=$HOME/wssl --enable-debug
|
||||
wolfssl-configure: --enable-all
|
||||
- name: wolfssl (configured with --enable-opensslextra)
|
||||
- name: wolfssl (with --enable-opensslextra) valgrind
|
||||
install: valgrind
|
||||
configure: LDFLAGS="-Wl,-rpath,$HOME/wssl/lib" --with-wolfssl=$HOME/wssl --enable-debug
|
||||
wolfssl-configure: --enable-opensslextra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue