Skip to content

Commit a9c11e4

Browse files
committed
test all
Signed-off-by: alexferl <[email protected]>
1 parent efe86db commit a9c11e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
go-version: '1.22'
1515
- name: Run coverage
16-
run: go test -race -coverprofile=coverage.out -covermode=atomic
16+
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)