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

chore(ci): run unit-tests in parallel with lint #3700

Merged
merged 4 commits into from
Sep 10, 2024

Conversation

walldiss
Copy link
Member

Currently unit-tests ci is starting after lint succeeded. Given that both checks are required and each of those steps takes around 3 min to pass, we can make them run in parallel to speed up ci time.

@walldiss walldiss added the kind:ci CI related PRs label Aug 29, 2024
@walldiss walldiss self-assigned this Aug 29, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.53%. Comparing base (2469e7a) to head (379ca97).
Report is 191 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3700      +/-   ##
==========================================
+ Coverage   44.83%   45.53%   +0.69%     
==========================================
  Files         265      281      +16     
  Lines       14620    16032    +1412     
==========================================
+ Hits         6555     7300     +745     
- Misses       7313     7885     +572     
- Partials      752      847      +95     

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

Copy link
Contributor

@cristaloleg cristaloleg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

@walldiss walldiss enabled auto-merge (squash) September 10, 2024 10:07
@walldiss walldiss merged commit 1a1286f into celestiaorg:main Sep 10, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:ci CI related PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants