Przeglądaj źródła

experimental VM test: add -v

Apparently if you don't add -v the tests don't report anything useful when they break. Joy.

Signed-Off-By: Christine Dodrill <[email protected]>
Christine Dodrill 4 lat temu
rodzic
commit
6f3a5802a6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/xe-experimental-vm-test.yml

+ 1 - 1
.github/workflows/xe-experimental-vm-test.yml

@@ -26,7 +26,7 @@ jobs:
           XDG_CACHE_HOME: "/var/lib/ghrunner/cache"
 
       - name: Run VM tests
-        run: go test ./tstest/integration/vms -run-vm-tests
+        run: go test ./tstest/integration/vms -v -run-vm-tests
         env:
           TMPDIR: "/tmp"
           XDG_CACHE_HOME: "/var/lib/ghrunner/cache"