chore(ci): enable dummy tests on the testing framework.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2024-06-04 09:34:58 +02:00 committed by poiana
parent 5777a44ca1
commit 35395728cc

View File

@ -59,6 +59,7 @@ jobs:
test-falco: 'true'
test-falcoctl: 'true'
test-k8saudit: 'true'
test-dummy: 'true'
static: ${{ inputs.static && 'true' || 'false' }}
test-drivers: ${{ inputs.arch == 'x86_64' && 'true' || 'false' }}
show-all: 'true'