Skip to content

Commit 9a0f6ab

Browse files
committed
tests: Run two dev test in parallel
1 parent 06eb28c commit 9a0f6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_php8.4-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN cd /tmp/simdjson && \
1919
phpize && \
2020
./configure && \
2121
make -j$(nproc) && \
22-
make test TESTS="-m --show-diff"
22+
make test TESTS="-m --show-diff -j2"

0 commit comments

Comments
 (0)