mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-01 03:01:05 +00:00
ci: Avoid && dropping errors
This commit is contained in:
parent
fad009af49
commit
fab97f583f
4
.github/ci-test-each-commit-exec.sh
vendored
4
.github/ci-test-each-commit-exec.sh
vendored
@ -14,6 +14,8 @@ echo "Running test-one-commit on $( git log -1 )"
|
||||
# Use clang++, because it is a bit faster and uses less memory than g++
|
||||
CC=clang CXX=clang++ cmake -B build -DWERROR=ON -DWITH_ZMQ=ON -DBUILD_GUI=ON -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWITH_USDT=ON -DCMAKE_CXX_FLAGS='-Wno-error=unused-member-function'
|
||||
|
||||
cmake --build build -j "$( nproc )" && ctest --output-on-failure --stop-on-failure --test-dir build -j "$( nproc )"
|
||||
cmake --build build -j "$( nproc )"
|
||||
|
||||
ctest --output-on-failure --stop-on-failure --test-dir build -j "$( nproc )"
|
||||
|
||||
./build/test/functional/test_runner.py -j $(( $(nproc) * 2 )) --combinedlogslen=99999999
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user