Skip to content

Commit

Permalink
Disable parallelization in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed May 2, 2024
1 parent 301af4c commit 171ab09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qit-environment-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Run tests in parallel
working-directory: _tests/custom_tests
run: ./vendor/bin/paratest --verbose
run: ./vendor/bin/paratest --processes 1 --verbose

0 comments on commit 171ab09

Please sign in to comment.