it is three in total while 2 in parallel

This commit is contained in:
User User-User 2021-06-22 07:30:14 +02:00
parent c811f912cd
commit dd05bccb9d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ steps:
- $CC --version
- mkdir build && cd build
- cmake $CMAKE_FLAGS ..
- make -j
- make -j `nproc`
- ctest -V
---