We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309d7f6 commit efd75c1Copy full SHA for efd75c1
.github/workflows/integration-tests.yml
@@ -105,7 +105,11 @@ jobs:
105
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: 'lld-link'
106
107
- name: Test ${{ matrix.integration }}
108
- run: pnpm run test:integrations ./integrations/${{ matrix.integration }}
+ run: |
109
+ pnpm run test:integrations ./integrations/${{ matrix.integration }}
110
+ || pnpm run test:integrations ./integrations/${{ matrix.integration }}
111
112
+
113
env:
114
GITHUB_WORKSPACE: ${{ github.workspace }}
115
0 commit comments