We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b507b0 commit 22c0618Copy full SHA for 22c0618
1 file changed
.github/workflows/integration-tests.yml
@@ -105,11 +105,7 @@ jobs:
105
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: 'lld-link'
106
107
- name: Test ${{ matrix.integration }}
108
- run: |
109
- pnpm run test:integrations ./integrations/${{ matrix.integration }}
110
- || pnpm run test:integrations ./integrations/${{ matrix.integration }}
111
112
-
+ run: pnpm run test:integrations ./integrations/${{ matrix.integration }}
113
env:
114
GITHUB_WORKSPACE: ${{ github.workspace }}
115
0 commit comments