make -j3 -C tests
# The OpenSSH server instance for the testsuite cannot be started on FreeBSD,
# therefore the SFTP and SCP tests are disabled right away from the beginning.
- make test-ci V=1 TFLAGS='-j12 !SFTP !SCP'
+ make test-ci V=1 TFLAGS='-j8 !SFTP !SCP'
fi
- name: 'cmake'
cmake --build bld --config Debug --parallel 3 --target testdeps
# The OpenSSH server instance for the testsuite cannot be started on FreeBSD,
# therefore the SFTP and SCP tests are disabled right away from the beginning.
- make test-ci V=1 TFLAGS='-j12 !SFTP !SCP'
+ make test-ci V=1 TFLAGS='-j8 !SFTP !SCP'
fi
omnios: