Explorar o código

make test workflow verbose

Aneurin Barker Snook hai 11 meses
pai
achega
0428e9569f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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