Skip to content

Commit 4b1bdd7

Browse files
committed
wip
1 parent a3a0539 commit 4b1bdd7

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,8 @@ jobs:
103103
CARGO_PROFILE_RELEASE_LTO: 'off'
104104
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: 'lld-link'
105105

106-
- name: Test ${{ matrix.integration }} 1/3
107-
run: pnpm run test:integrations ./integrations/${{ matrix.integration }} --shard 1/3
108-
env:
109-
GITHUB_WORKSPACE: ${{ github.workspace }}
110-
111-
- name: Test ${{ matrix.integration }} 2/3
112-
run: pnpm run test:integrations ./integrations/${{ matrix.integration }} --shard 2/3
113-
env:
114-
GITHUB_WORKSPACE: ${{ github.workspace }}
115-
116-
- name: Test ${{ matrix.integration }} 3/3
117-
run: pnpm run test:integrations ./integrations/${{ matrix.integration }} --shard 3/3
106+
- name: Test ${{ matrix.integration }}
107+
run: pnpm run test:integrations ./integrations/${{ matrix.integration }}
118108
env:
119109
GITHUB_WORKSPACE: ${{ github.workspace }}
120110

0 commit comments

Comments
 (0)