Skip to content

Commit 2a77205

Browse files
authored
chore: remove verbose option in the tests (#1222)
1 parent 2357ecb commit 2a77205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 1
2626
- name: Run unit tests
27-
run: go test -v ./...
27+
run: go test ./...
2828
- name: Execute main binary # Test the runtime for potential panics.
2929
run: go run cmd/scw/main.go -h
3030

0 commit comments

Comments
 (0)