Skip to content

Commit 16cc268

Browse files
committed
ci: fix test action
1 parent 469eeb5 commit 16cc268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Run tests
2323
env:
2424
GOPROXY: "https://proxy.golang.org"
25-
run: go test -v ./cmd/main.go
25+
run: go test -v ./...

0 commit comments

Comments
 (0)