Skip to content

Commit

Permalink
revert: tentatively drop multiprocess and tsan functional tests
Browse files Browse the repository at this point in the history
reverts:
- 3461c14.
  • Loading branch information
kwvg committed Feb 28, 2025
1 parent bdbb9d0 commit 0f17388
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@ jobs:
build-target: linux64
container-path: ${{ needs.container-slim.outputs.path }}

test-linux64_multiprocess:
name: linux64_multiprocess-test
uses: ./.github/workflows/test-src.yml
needs: [container-slim, src-linux64_multiprocess]
with:
bundle-key: ${{ needs.src-linux64_multiprocess.outputs.key }}
build-target: linux64_multiprocess
container-path: ${{ needs.container-slim.outputs.path }}

test-linux64_nowallet:
name: linux64_nowallet-test
uses: ./.github/workflows/test-src.yml
Expand All @@ -194,6 +203,15 @@ jobs:
build-target: linux64_sqlite
container-path: ${{ needs.container-slim.outputs.path }}

test-linux64_tsan:
name: linux64_tsan-test
uses: ./.github/workflows/test-src.yml
needs: [container-slim, src-linux64_tsan]
with:
bundle-key: ${{ needs.src-linux64_tsan.outputs.key }}
build-target: linux64_tsan
container-path: ${{ needs.container-slim.outputs.path }}

test-linux64_ubsan:
name: linux64_ubsan-test
uses: ./.github/workflows/test-src.yml
Expand Down

0 comments on commit 0f17388

Please sign in to comment.