diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c0116ae9ff..9c343eb60f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,7 @@ jobs: with: name: java-sdk path: ~/.m2/repository/com/pulumi - - run: cd pkg && go test -timeout 25m ./... -v + - run: cd pkg && go test -timeout 25m ./... examples: runs-on: ubuntu-latest