File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments