فهرست منبع

make test workflow verbose

Aneurin Barker Snook 11 ماه پیش
والد
کامیت
0428e9569f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -25,7 +25,7 @@ jobs:
         run: go get
 
       - name: Run tests
-        run: go test
+        run: go test -v
 
   notify:
     name: Send Discord workflow notification