mirror of https://github.com/aria2/aria2
nproc
parent
998f203288
commit
55f4bc139a
|
@ -62,5 +62,4 @@ jobs:
|
||||||
CPPFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address"
|
CPPFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address"
|
||||||
- name: Build aria2
|
- name: Build aria2
|
||||||
run: |
|
run: |
|
||||||
make
|
make -j$(nproc) check
|
||||||
make check
|
|
||||||
|
|
Loading…
Reference in New Issue