Skip to content

Commit 75bc4ca

Browse files
committed
Don't skip online tests
1 parent 5f1c2c4 commit 75bc4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ RUN ./configure \
8181
--with-zlib
8282

8383
RUN make clean && make -j`nproc`
84-
RUN sapi/cli/php run-tests.php -j`nproc` --offline -q \
84+
RUN sapi/cli/php run-tests.php -j`nproc` -q \
8585
--show-diff -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP

0 commit comments

Comments
 (0)