Skip to content

Commit f51a4c8

Browse files
fix ci test command typo
1 parent f99403b commit f51a4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: go mod download
4545

4646
- name: Run tests
47-
run: go test -v -race coverprofile=coverage.out ./...
47+
run: go test -v -race -coverprofile=coverage.out ./...
4848
env:
4949
DATABASE_URL: postgres://postgres:password@localhost:5432/testdb?sslmode=disable
5050

0 commit comments

Comments
 (0)