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:
Viktor Szakats 2024-09-10 16:35:17 +02:00
parent c3a7145a4f
commit 8f5d73af12
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 20 additions and 20 deletions

View file

@ -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