Skip to content

Commit

Permalink
Build faster
Browse files Browse the repository at this point in the history
  • Loading branch information
thetic committed Nov 24, 2022
1 parent ebf017b commit 9fa3ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Expand Up @@ -209,7 +209,7 @@ jobs:
- name: Configure
run: cmake --preset ${{ matrix.preset }} ${{ matrix.cmake_args }}
- name: Build
run: cmake --build cpputest_build --verbose
run: cmake --build cpputest_build --verbose -j
- name: Test
run: ctest --test-dir cpputest_build ${{ matrix.ctest_args }}

Expand Down

0 comments on commit 9fa3ab2

Please sign in to comment.