Skip to content

Commit 52d6073

Browse files
committed
Parallelised memcached tests
1 parent 6125e59 commit 52d6073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/memcached.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
working-directory: ./memcached
7979
run: |
8080
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
81-
make -j$(nproc) test_tls
81+
make -j$(nproc) PARALLEL=$(nproc) test_tls

0 commit comments

Comments
 (0)