diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ac8fa8a7c947..8b3ba89217800 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,15 +164,6 @@ jobs: build-target: linux64 container-path: ${{ needs.container.outputs.path }} - test-linux64_multiprocess: - name: linux64_multiprocess-test - uses: ./.github/workflows/test-src.yml - needs: [container, depends-linux64_multiprocess, src-linux64_multiprocess] - with: - bundle-key: ${{ needs.src-linux64_multiprocess.outputs.key }} - build-target: linux64_multiprocess - container-path: ${{ needs.container.outputs.path }} - test-linux64_nowallet: name: linux64_nowallet-test uses: ./.github/workflows/test-src.yml @@ -191,15 +182,6 @@ jobs: build-target: linux64_sqlite container-path: ${{ needs.container.outputs.path }} - test-linux64_tsan: - name: linux64_tsan-test - uses: ./.github/workflows/test-src.yml - needs: [container, depends-linux64_multiprocess, src-linux64_tsan] - with: - bundle-key: ${{ needs.src-linux64_tsan.outputs.key }} - build-target: linux64_tsan - container-path: ${{ needs.container.outputs.path }} - test-linux64_ubsan: name: linux64_ubsan-test uses: ./.github/workflows/test-src.yml