Skip to content

Commit

Permalink
minor changes in github action scripts #214
Browse files Browse the repository at this point in the history
  • Loading branch information
ETatuzova authored and martun committed Dec 6, 2023
1 parent 63c4df7 commit afc91a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Build
working-directory: ./build
run: cmake --build . -t ${{ matrix.target }}
run: cmake --build . -t ${{ matrix.target }} -j 1

- name: Run test
working-directory: ./build
Expand Down

0 comments on commit afc91a4

Please sign in to comment.