.github/workflows: go test -v

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-03-27 07:41:38 -04:00
parent 9bcf380da3
commit dccb9caf10
+1 -1
View File
@@ -72,4 +72,4 @@ jobs:
run: go build ./...
- name: Test
run: go test ./...
run: go test -v ./...