Skip to content

Commit 0171b4e

Browse files
committed
Fix CI issues:
- Update CI workflow to include all packages in coverage - Fix testcontainers logger compatibility issue
1 parent cf267e2 commit 0171b4e

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: build and test
2424
run: |
2525
go get -v
26-
go test -timeout=60s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp
26+
go test -timeout=60s -race -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
2727
cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "_mock.go" > $GITHUB_WORKSPACE/profile.cov
2828
go build -race
2929
env:

0 commit comments

Comments
 (0)