From aa29d540602606f61e1028198229c44cc0e95c0a Mon Sep 17 00:00:00 2001 From: David Fridrich Date: Wed, 28 Aug 2024 17:14:54 +0200 Subject: [PATCH] add subdirs to test Signed-off-by: David Fridrich --- .github/workflows/test-unit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-unit.yaml b/.github/workflows/test-unit.yaml index cfb4536272..5f33230526 100644 --- a/.github/workflows/test-unit.yaml +++ b/.github/workflows/test-unit.yaml @@ -36,7 +36,7 @@ jobs: FUNC_REPO_BRANCH_REF: ${{ github.head_ref }} - name: Core Unit Linux/Mac Permission Test if: matrix.os != 'windows-latest' - run: RUN_TARGET_TEST=TestCredentialsHomePermissions go test -run=TestCredentialsHomePermissions + run: RUN_TARGET_TEST=TestCredentialsHomePermissions go test ./... -run=TestCredentialsHomePermissions env: FUNC_REPO_REF: ${{ github.event.pull_request.head.repo.full_name }} FUNC_REPO_BRANCH_REF: ${{ github.head_ref }}