We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ba0f6 commit 7db381cCopy full SHA for 7db381c
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: go build ./...
42
43
- name: Test
44
- run: go test -v -race -coverprofile=coverage.out ./...
+ run: go test -v -race -coverprofile=coverage.out ./pkg/... ./internal/...
45
46
- name: Build examples
47
run: go build ./examples/...
0 commit comments