CI: build using -j (nproc)

Signed-off-by: therealansh <tyagiansh23@hotmail.com>
This commit is contained in:
therealansh 2021-03-13 21:43:28 +05:30 committed by Philip Herron
parent 173bff7f12
commit b563491f40
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Build
run: |
cd gccrs-build; \
make
make -j $(nproc)
- name: Test
run: |