Skip to content

Commit ae92964

Browse files
committed
concurrency
1 parent 859739e commit ae92964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
operating_systems: '["ubuntu-latest", "windows-latest"]'
1818
python_version_for_codecov: "3.14"
1919
operating_system_for_codecov: ubuntu-latest
20-
tests_concurrency: "16"
20+
tests_concurrency: "auto"
2121

2222
integration_tests:
2323
name: Integration tests
@@ -28,4 +28,4 @@ jobs:
2828
operating_systems: '["ubuntu-latest"]'
2929
python_version_for_codecov: "3.14"
3030
operating_system_for_codecov: ubuntu-latest
31-
tests_concurrency: "16"
31+
tests_concurrency: "auto"

0 commit comments

Comments
 (0)