Update test commands to include all packages recursively
Modified the test commands in the workflow to ensure all packages and subpackages are included during testing. This ensures comprehensive test coverage and generates accurate reports.
This commit is contained in:
parent
7c354b46e0
commit
3bbd0e5a3c
@ -49,8 +49,8 @@ runs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
go test -json > test-report.out
|
go test -json > test-report.out ./...
|
||||||
go test -coverprofile=coverage.out
|
go test -coverprofile=coverage.out ./...
|
||||||
|
|
||||||
- name: Build library
|
- name: Build library
|
||||||
if: inputs.build-type == 'library'
|
if: inputs.build-type == 'library'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user