mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Merge pull request #6190 from bandi13/ghActions
Let tests run to completion
This commit is contained in:
1
.github/workflows/docker-OpenWrt.yml
vendored
1
.github/workflows/docker-OpenWrt.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_library
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
release: [ "22.03-SNAPSHOT", "21.02-SNAPSHOT" ] # some other versions: 21.02.0 21.02.5 22.03.0 22.03.3 snapshot
|
||||
steps:
|
||||
|
1
.github/workflows/haproxy.yml
vendored
1
.github/workflows/haproxy.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
jobs:
|
||||
haproxy_check:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# List of refs to test
|
||||
ref: [ master ]
|
||||
|
1
.github/workflows/hostap.yml
vendored
1
.github/workflows/hostap.yml
vendored
@ -7,7 +7,6 @@ jobs:
|
||||
# Build wpa_supplicant with wolfSSL and hostapd with OpenSSL and interop.
|
||||
hostap_test:
|
||||
strategy:
|
||||
# TODO remove this in final PR
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# should hostapd be compiled with wolfssl
|
||||
|
1
.github/workflows/multi-compiler.yml
vendored
1
.github/workflows/multi-compiler.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
||||
my_matrix:
|
||||
name: Compiler test
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- CC: gcc-9
|
||||
|
1
.github/workflows/openvpn.yml
vendored
1
.github/workflows/openvpn.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
jobs:
|
||||
openvpn_check:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# List of refs to test
|
||||
ref: [ master, release/2.6, v2.6.0 ]
|
||||
|
4
.github/workflows/os-check.yml
vendored
4
.github/workflows/os-check.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
jobs:
|
||||
make_check:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
config: [
|
||||
@ -25,6 +26,7 @@ jobs:
|
||||
|
||||
make_user_settings:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
user-settings: [
|
||||
@ -43,6 +45,7 @@ jobs:
|
||||
|
||||
make_user_settings_testwolfcrypt:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
user-settings: [
|
||||
@ -67,6 +70,7 @@ jobs:
|
||||
# Has to be dedicated function due to the sed call
|
||||
make_user_all:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
name: make user_setting.h (with sed)
|
||||
|
1
.github/workflows/stunnel.yml
vendored
1
.github/workflows/stunnel.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
jobs:
|
||||
stunnel_check:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# List of releases to test
|
||||
ref: [ 5.67 ]
|
||||
|
Reference in New Issue
Block a user