We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b22009 commit 1320ae6Copy full SHA for 1320ae6
2 files changed
.github/workflows/go.yml
@@ -25,4 +25,4 @@ jobs:
25
run: go build -v ./cmd/http-server
26
27
- name: Test
28
- run: go test -v ./...
+ run: go test -v ./cmd/... ./pkg/...
main.go
0 commit comments