浏览代码

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