CI: Fix unit test targets

This error was introduced due to a change from the default unit test
targets for Jenkins jobs (just "test") to Github actions (test, sca,
lint). This addition will fix the issue where unit tests fail due to
missing make targets.

Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I43450a5d870858c6a0e249e3f173cc5d9f64501a
diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml
index d2ef906..a5475b6 100644
--- a/.github/workflows/gerrit-verify.yaml
+++ b/.github/workflows/gerrit-verify.yaml
@@ -63,5 +63,6 @@
       GERRIT_PATCHSET_REVISION: ${{ inputs.GERRIT_PATCHSET_REVISION }}
       GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }}
       GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }}
+      UNIT_TEST_TARGETS: '["test"]'
     secrets:
       GERRIT_SSH_PRIVKEY: ${{ secrets.GERRIT_SSH_PRIVKEY }}