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 060e05d commit 8b3a6dcCopy full SHA for 8b3a6dc
.github/workflows/ci.yml
@@ -26,4 +26,4 @@ jobs:
26
git clone https://github.com/axboe/liburing.git liburing && cd liburing && make && sudo make install && \
27
cd ../ && git clone https://github.com/h2o/picohttpparser.git picohttp && \
28
phpize && ./configure --with-mrloop="$(pwd)/mrloop" --with-picohttp="$(pwd)/picohttp" && \
29
- make && make test
+ make && make test && cat $(ls | grep "php_test_results_" | head -1)
0 commit comments