Skip to content

Commit 16ea529

Browse files
committed
test: run tests in all subdirectories
- include ipfs/ tests in CI workflow - update to go 1.24 for compatibility
1 parent 9275aff commit 16ea529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master, dependency-upgrades ]
88

99
env:
10-
GO_VERSION: "1.23.3"
10+
GO_VERSION: "1.24"
1111

1212
jobs:
1313
tests:
@@ -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)