ソースを参照

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