debug tests

This commit is contained in:
Bryce Lampe
2025-12-16 14:21:58 -08:00
parent 3ce46af901
commit bc97cd1f93
2 changed files with 2 additions and 2 deletions

View File

@@ -495,7 +495,7 @@ jobs:
run: >- run: >-
set -euo pipefail set -euo pipefail
cd examples && go test -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -parallel 4 . cd examples && go test -count=1 -cover -timeout 2h -v -tags=${{ matrix.language }} -parallel 4 .
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- if: failure() && github.event_name == 'push' - if: failure() && github.event_name == 'push'

2
.gitignore vendored
View File

@@ -7,7 +7,7 @@
**/.ionide **/.ionide
**/.vscode **/.vscode
*.swp *.swp
.pulumi/.cachedVersionInfo .pulumi
Pulumi.*.yaml Pulumi.*.yaml
yarn.lock yarn.lock
ci-scripts ci-scripts