File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,15 @@ jobs:
176176 build-target : linux64
177177 container-path : ${{ needs.container-slim.outputs.path }}
178178
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+
179188 test-linux64_nowallet :
180189 name : linux64_nowallet-test
181190 uses : ./.github/workflows/test-src.yml
@@ -194,6 +203,15 @@ jobs:
194203 build-target : linux64_sqlite
195204 container-path : ${{ needs.container-slim.outputs.path }}
196205
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+
197215 test-linux64_ubsan :
198216 name : linux64_ubsan-test
199217 uses : ./.github/workflows/test-src.yml
You can’t perform that action at this time.
0 commit comments