File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2828
2929 - name : Build
30- run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
30+ run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j$(nproc --all)
3131
Original file line number Diff line number Diff line change 2727 run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLIBSCRATCHCPP_BUILD_UNIT_TESTS=ON
2828
2929 - name : Build
30- run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
30+ run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j$(nproc --all)
3131
3232 - name : Run unit tests
3333 run : ctest --test-dir build -V
You can’t perform that action at this time.
0 commit comments