Add missing parallelism to memory tests (#2744)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -253,7 +253,7 @@ jobs:
|
||||
run: |
|
||||
./autogen.sh
|
||||
/bin/sh -c "CXX=${CXX} CXXFLAGS=\"${CXXFLAGS}\" LDFLAGS=\"${LDFLAGS}\" ./configure --prefix=/usr --with-openssl"
|
||||
make
|
||||
make --jobs=$(nproc)
|
||||
|
||||
- name: Test suite
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user