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 d5c6633 commit 708e9faCopy full SHA for 708e9fa
travis/test.sh
@@ -4,6 +4,7 @@ set -ex
4
# ARM64 CI reports nproc=32, which is excessive.
5
if [ -z "$ARM64" ]; then export JOBS=$(nproc); else export JOBS=16; fi
6
7
+export SKIP_SLOW_TESTS=1
8
export SKIP_IO_CAPTURE_TESTS=1
9
./sapi/cli/php run-tests.php -P \
10
-g "FAIL,BORK,LEAK" --offline --show-diff --show-slow 1000 \
0 commit comments