Skip to content

Commit fa0362f

Browse files
Merge pull request #7022 from julek-wolfssl/faster-memcached-tests
Parallelised memcached tests
2 parents 44d52c5 + 52d6073 commit fa0362f

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)