Skip to content

Commit 8b3a6dc

Browse files
author
ace411
committed
ci: modify configuration
1 parent 060e05d commit 8b3a6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
git clone https://github.com/axboe/liburing.git liburing && cd liburing && make && sudo make install && \
2727
cd ../ && git clone https://github.com/h2o/picohttpparser.git picohttp && \
2828
phpize && ./configure --with-mrloop="$(pwd)/mrloop" --with-picohttp="$(pwd)/picohttp" && \
29-
make && make test
29+
make && make test && cat $(ls | grep "php_test_results_" | head -1)

0 commit comments

Comments
 (0)