Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Speed up CI by running a few more tests in parallel #21057

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

itamarst
Copy link
Contributor

@itamarst itamarst commented Feb 3, 2025

This seems to shave off around 50 seconds from the test-python jobs.

@github-actions github-actions bot added build Changes that affect the build system or external dependencies python Related to Python Polars rust Related to Rust Polars labels Feb 3, 2025
@itamarst
Copy link
Contributor Author

itamarst commented Feb 3, 2025

Note the failing tests in the first CI run are not affected by the changes in this PR, and you can see the same failure in a different PR: https://github.com/pola-rs/polars/actions/runs/13116146624/job/36590829414?pr=21056

Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.26%. Comparing base (635a215) to head (6934ecf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21057      +/-   ##
==========================================
+ Coverage   79.20%   79.26%   +0.06%     
==========================================
  Files        1585     1585              
  Lines      225619   225619              
  Branches     2588     2588              
==========================================
+ Hits       178697   178846     +149     
+ Misses      46332    46183     -149     
  Partials      590      590              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@itamarst itamarst changed the title build: Run a few more tests in parallel build: Speed up CI by running a few more tests in parallel Feb 3, 2025
@itamarst itamarst marked this pull request as ready for review February 3, 2025 17:29
@itamarst itamarst requested a review from coastalwhite February 5, 2025 14:16
@coastalwhite coastalwhite merged commit cf037c7 into pola-rs:main Feb 5, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants