File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,10 @@ jobs:
275275 # For -Wno-error=unreachable-code, please refer to https://github.com/bitcoin/bitcoin/issues/29334
276276 configure_env : ' env CXXFLAGS="-Wno-error=unreachable-code"'
277277 configure_options : ' -DWERROR=ON'
278+ - name : ' Linux 64-bit, multiprocess'
279+ triplet : ' x86_64-pc-linux-gnu'
280+ depends_options : ' MULTIPROCESS=1'
281+ configure_options : ' -DWERROR=ON'
278282 - name : ' MinGW-w64'
279283 triplet : ' x86_64-w64-mingw32'
280284 packages : ' g++-mingw-w64-x86-64-posix'
@@ -386,7 +390,7 @@ jobs:
386390 key : ${{ matrix.host.triplet }}${{ matrix.host.cache_suffix }}-ccache-${{ github.run_id }}
387391
388392 - name : Test
389- if : ${{ matrix.host.triplet == 'i686-pc-linux-gnu' }}
393+ if : ${{ matrix.host.triplet == 'i686-pc-linux-gnu' || matrix.host.triplet == 'x86_64-pc-linux-gnu' }}
390394 run : |
391395 ctest --test-dir build -j $(nproc)
392396
You can’t perform that action at this time.
0 commit comments