Commit bf72590

mo khan <mo@mokhan.ca>
2024-05-18 19:00:50
chore: use verbose output in tests
1 parent f619fdc
Changed files (1)
.gitlab-ci.yml
@@ -20,4 +20,4 @@ go_test:
   before_script:
     - apk add --no-cache git
   script:
-    - go test ./...
+    - go test -v ./...