Skip to content

Commit c8da810

Browse files
committed
test: run tests in all subdirectories
include ipfs/ tests in CI workflow
1 parent 9275aff commit c8da810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: ${{ env.GO_VERSION }}
2525

2626
- name: Tests
27-
run: go test -v -timeout 15m -coverprofile=coverage.txt -covermode=atomic .
27+
run: go test -v -timeout 15m -coverprofile=coverage.txt -covermode=atomic ./...
2828

2929
- name: Coverage
3030
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)