Skip to content

Commit

Permalink
Add missing '-j4's
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Jan 7, 2021
1 parent 193857f commit 99c7a24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
--target unit_test_runner -j4
cmake --build build --config ${{matrix.config}}
--target single_header_tester
--target single_header_tester -j4
- name: Test
run: |
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
--target unit_test_runner -j4
cmake --build build --config ${{matrix.config}}
--target single_header_tester
--target single_header_tester -j4
- name: Test
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
--target unit_test_runner -j4
cmake --build build --config ${{matrix.config}}
--target single_header_tester
--target single_header_tester -j4
- name: Test
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
--target unit_test_runner -j4
cmake --build build --config ${{matrix.config}}
--target single_header_tester
--target single_header_tester -j4
- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--target unit_test_runner -j4
cmake --build build --config ${{matrix.config}}
--target single_header_tester
--target single_header_tester -j4
- name: Test
run: |
Expand Down

0 comments on commit 99c7a24

Please sign in to comment.