Skip to content

Commit

Permalink
[ci] 使用并行编译
Browse files Browse the repository at this point in the history
  • Loading branch information
WentsingNee authored and WentsingNee committed Feb 27, 2024
1 parent e1d092c commit 9a4d593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
run_utest.config.system
- name: Build
run: cmake --build ${{github.workspace}}/KerbalTest-build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}/KerbalTest-build --config ${{env.BUILD_TYPE}} --parallel

- name: Run Unit Test
run: cmake --build ${{github.workspace}}/KerbalTest-build --config ${{env.BUILD_TYPE}} --target run_utest

0 comments on commit 9a4d593

Please sign in to comment.