Skip to content

Commit 9005bea

Browse files
committed
ci linux: -j2
1 parent 7806a27 commit 9005bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
sudo apt-get update
2222
sudo apt-get install cmake libboost-all-dev libeigen3-dev python*-numpy python*-dev
2323
- run: cmake -DPYTHON_EXECUTABLE=$(which python${{ matrix.python }}) .
24-
- run: make
24+
- run: make -j2
2525
- run: make test

0 commit comments

Comments
 (0)