Skip to content

Commit 08ecf81

Browse files
committed
ci: make tests verbose
1 parent e3a87ee commit 08ecf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build
1515
run: go build -v ./...
1616
- name: Test with the Go CLI
17-
run: go test ./...
17+
run: go test -v ./...
1818

1919
golangci:
2020
name: lint

0 commit comments

Comments
 (0)