diff --git a/action.yml b/action.yml index 2b6fea9..c1c98b7 100644 --- a/action.yml +++ b/action.yml @@ -49,8 +49,8 @@ runs: - name: Run tests shell: bash run: | - go test -json > test-report.out - go test -coverprofile=coverage.out + go test -json > test-report.out ./... + go test -coverprofile=coverage.out ./... - name: Build library if: inputs.build-type == 'library'