File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 9999 CARGO_PROFILE_RELEASE_LTO : ' off'
100100 CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER : ' lld-link'
101101
102- - name : Test ${{ matrix.integration }}
103- run : pnpm run test:integrations ./integrations/${{ matrix.integration }}
102+ - name : Test ${{ matrix.integration }} 1/3
103+ run : pnpm run test:integrations ./integrations/${{ matrix.integration }} --shard 1/3
104+ env :
105+ GITHUB_WORKSPACE : ${{ github.workspace }}
106+
107+ - name : Test ${{ matrix.integration }} 2/3
108+ run : pnpm run test:integrations ./integrations/${{ matrix.integration }} --shard 2/3
109+ env :
110+ GITHUB_WORKSPACE : ${{ github.workspace }}
111+
112+ - name : Test ${{ matrix.integration }} 3/3
113+ run : pnpm run test:integrations ./integrations/${{ matrix.integration }} --shard 3/3
104114 env :
105115 GITHUB_WORKSPACE : ${{ github.workspace }}
106116
You can’t perform that action at this time.
0 commit comments