From c47943f1afb98af2a0f4bb17039f6e42ec5ddefb Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Fri, 18 Oct 2024 11:34:36 -0700 Subject: [PATCH] Invoke tst_binaries target with parallelism in GitLab CI Signed-off-by: Ryan Lee --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6d093d97..de37a3567 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,7 @@ test-parser: - .ubuntu-before_script script: - *install-c-build-deps + - make -C parser -j $(nproc) tst_binaries - make -C parser check test-binutils: