Invoke tst_binaries target with parallelism in GitLab CI

Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
Ryan Lee 2024-10-18 11:34:36 -07:00
parent 2e841655cf
commit c47943f1af

View file

@ -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: