Skip to content

Commit

Permalink
add subdirs to test
Browse files Browse the repository at this point in the history
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
  • Loading branch information
gauron99 committed Aug 28, 2024
1 parent a376424 commit aa29d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit aa29d54

Please sign in to comment.