-v not --verbose
Some checks failed
test / go-test (push) Failing after 6m2s

This commit is contained in:
2026-03-19 01:23:42 +00:00
parent 6b47951ff8
commit 5cf0f637f8

View File

@@ -25,7 +25,7 @@ jobs:
exit $(gofmt -l . | wc -l) exit $(gofmt -l . | wc -l)
- name: Run tests - name: Run tests
run: go test --vebose ./... run: go test -v ./...
- name: Generate coverage - name: Generate coverage
run: go test -v -coverprofile=${build_path}/coverage.out ./... run: go test -v -coverprofile=${build_path}/coverage.out ./...