We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad009a commit fab97f5Copy full SHA for fab97f5
.github/ci-test-each-commit-exec.sh
@@ -14,6 +14,8 @@ echo "Running test-one-commit on $( git log -1 )"
14
# Use clang++, because it is a bit faster and uses less memory than g++
15
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'
16
17
-cmake --build build -j "$( nproc )" && ctest --output-on-failure --stop-on-failure --test-dir build -j "$( nproc )"
+cmake --build build -j "$( nproc )"
18
+
19
+ctest --output-on-failure --stop-on-failure --test-dir build -j "$( nproc )"
20
21
./build/test/functional/test_runner.py -j $(( $(nproc) * 2 )) --combinedlogslen=99999999
0 commit comments