Unit tests: Enable shellcheck and OpenSSL v3 (*nix only)

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-04-11 16:13:04 +01:00
parent 50850f5ff3
commit 1aeddd9fcf
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -33,7 +33,7 @@ jobs:
# Runs a single command using the runners shell
- name: operational test
run: sh op-test.sh -v
run: sh op-test.sh -v -sc -o3
# Runs a set of commands using the runners shell
# - name: Run a multi-line script