We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859739e commit ae92964Copy full SHA for ae92964
.github/workflows/_tests.yaml
@@ -17,7 +17,7 @@ jobs:
17
operating_systems: '["ubuntu-latest", "windows-latest"]'
18
python_version_for_codecov: "3.14"
19
operating_system_for_codecov: ubuntu-latest
20
- tests_concurrency: "16"
+ tests_concurrency: "auto"
21
22
integration_tests:
23
name: Integration tests
@@ -28,4 +28,4 @@ jobs:
28
operating_systems: '["ubuntu-latest"]'
29
30
31
0 commit comments