File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 run : |
2828 mkdir build && cd build
2929 cmake ..
30- cmake --build . --target luau-lsp
30+ cmake --build . --target luau-lsp -j 3
3131
3232 run_tests :
3333 strategy :
5151 run : |
5252 mkdir build && cd build
5353 cmake ..
54- cmake --build . --target luau-lsp-tests
54+ cmake --build . --target luau-lsp-tests -j 3
5555
5656 - name : Run Tests
5757 run : ${{ matrix.test-path }}
Original file line number Diff line number Diff line change 5454 run : |
5555 mkdir build && cd build
5656 cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
57- cmake --build . --config Release --target luau-lsp
57+ cmake --build . --config Release --target luau-lsp -j 3
5858
5959 - name : (MacOS) Verify universal build
6060 if : matrix.os == 'macos-latest'
You can’t perform that action at this time.
0 commit comments