Run unit tests in parallel ##ci

This commit is contained in:
pancake 2022-10-17 20:52:09 +02:00 committed by pancake
parent c155c502d2
commit a97e9adbeb
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ jobs:
r2r -v
export R2R_SKIP_ASM=1
export R2R_SKIP_ARCHOS=1
make -C test
make -j -C test
nodbg:
name: ubuntu-tcc-nodbg
runs-on: ubuntu-latest
@ -89,7 +89,7 @@ jobs:
r2r -v
export R2R_SKIP_ASM=1
export R2R_SKIP_ARCHOS=1
make -C test
make -j -C test
r2pm:
name: r2pm-tcc
runs-on: ubuntu-latest

View File

@ -398,7 +398,7 @@ shot:
radare.org:/srv/http/radareorg/get/shot
tests test:
$(MAKE) -C test
$(MAKE) -j -C test
macos-sign:
$(MAKE) -C binr/radare2 macos-sign