Skip to content

Commit 1e1fa34

Browse files
committed
chore: test all the repository
Add go test ./... to check all the repository, with the submodules
1 parent 5951ea8 commit 1e1fa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: go mod download
2121

2222
- name: Run tests
23-
run: go test -coverprofile=coverage.txt
23+
run: go test ./... -coverprofile=coverage.txt
2424

2525
- name: Upload results to Codecov
2626
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)