From 1aeddd9fcf134f5bc25ddcbb08ccdf0902c8a5f9 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 11 Apr 2022 16:13:04 +0100 Subject: [PATCH] Unit tests: Enable shellcheck and OpenSSL v3 (*nix only) Signed-off-by: Richard T Bonhomme --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 158993d..b717133 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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