Parallelize

This commit is contained in:
Nils André-Chang 2020-01-18 20:20:40 +00:00
parent ab1af7c678
commit 82b60988bb

View File

@ -59,5 +59,5 @@ jobs:
- name: cmake
run: mkdir build && cd build && cmake ../src
- name: build
run: make
run: make -j$(nproc)
working-directory: build