Skip to content

Commit

Permalink
Improvements in workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderlvov committed Jun 15, 2024
1 parent 1cea8b9 commit 4b0f3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gtest_multiple_platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

- name: Compile
run: cd ${{ steps.strings.outputs.build-output-dir }} && make -j8
run: cd ${{ steps.strings.outputs.build-output-dir }} && make

- name: Run generated tests
working-directory: ${{ steps.strings.outputs.build-output-dir }}
Expand Down

0 comments on commit 4b0f3e9

Please sign in to comment.