Enable verbose unit test log for Linux

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-05-27 23:11:55 +01:00
parent 97f301ca39
commit 83fa2ac23d
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 -sc -o3 -p
run: sh op-test.sh -vv -sc -o3 -p
# Runs a set of commands using the runners shell
# - name: Run a multi-line script