File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,15 @@ jobs:
176
176
build-target : linux64
177
177
container-path : ${{ needs.container-slim.outputs.path }}
178
178
179
+ test-linux64_multiprocess :
180
+ name : linux64_multiprocess-test
181
+ uses : ./.github/workflows/test-src.yml
182
+ needs : [container-slim, src-linux64_multiprocess]
183
+ with :
184
+ bundle-key : ${{ needs.src-linux64_multiprocess.outputs.key }}
185
+ build-target : linux64_multiprocess
186
+ container-path : ${{ needs.container-slim.outputs.path }}
187
+
179
188
test-linux64_nowallet :
180
189
name : linux64_nowallet-test
181
190
uses : ./.github/workflows/test-src.yml
@@ -194,6 +203,15 @@ jobs:
194
203
build-target : linux64_sqlite
195
204
container-path : ${{ needs.container-slim.outputs.path }}
196
205
206
+ test-linux64_tsan :
207
+ name : linux64_tsan-test
208
+ uses : ./.github/workflows/test-src.yml
209
+ needs : [container-slim, src-linux64_tsan]
210
+ with :
211
+ bundle-key : ${{ needs.src-linux64_tsan.outputs.key }}
212
+ build-target : linux64_tsan
213
+ container-path : ${{ needs.container-slim.outputs.path }}
214
+
197
215
test-linux64_ubsan :
198
216
name : linux64_ubsan-test
199
217
uses : ./.github/workflows/test-src.yml
You can’t perform that action at this time.
0 commit comments