Skip to content

Commit

Permalink
1 at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Oct 26, 2024
1 parent 9c7ca70 commit c08a703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run tests to generate coverage statistics
timeout-minutes: 10
working-directory: build
run: ninja run_all_tests -k 0
run: ninja run_all_tests -j1 -k 0

- name: Test Summary
if: ${{ !cancelled() }}
Expand Down

0 comments on commit c08a703

Please sign in to comment.