We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44d52c5 + 52d6073 commit fa0362fCopy full SHA for fa0362f
1 file changed
.github/workflows/memcached.yml
@@ -78,4 +78,4 @@ jobs:
78
working-directory: ./memcached
79
run: |
80
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
81
- make -j$(nproc) test_tls
+ make -j$(nproc) PARALLEL=$(nproc) test_tls
0 commit comments