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 99
99
CARGO_PROFILE_RELEASE_LTO : ' off'
100
100
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER : ' lld-link'
101
101
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
104
114
env :
105
115
GITHUB_WORKSPACE : ${{ github.workspace }}
106
116
You can’t perform that action at this time.
0 commit comments