Skip to content

Commit 0f17388

Browse files
committed
revert: tentatively drop multiprocess and tsan functional tests
reverts: - 3461c14.
1 parent bdbb9d0 commit 0f17388

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/build.yml

+18
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)