Skip to content

Commit 22a05a5

Browse files
committed
fix(tests): attempt to fix test run on CI
1 parent 43587c0 commit 22a05a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version-file: go.mod
2121
- name: Test
22-
run: go tool gotestsum --junitfile junit.xml -- -coverprofile=coverage.txt ./...
22+
run: go tool gotestsum --junitfile junit.xml -- -coverprofile coverage.txt ./...
2323
- name: Report coverage
2424
uses: codecov/codecov-action@v5
2525
with:

0 commit comments

Comments
 (0)