Skip to content

Commit

Permalink
remove a sentence from the blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jan 16, 2025
1 parent 3390834 commit 1505439
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ exit(final_exit_code)

Digging into the source code of Minitest helped me to find out a way to run my tests in a more efficient way. I applied this to the [knapsack_pro gem](https://knapsackpro.com?utm_source=docs_knapsackpro&utm_medium=blog_post&utm_campaign=run-tests-in-minitest-continuously) I'm working on.

You can see in the below video how dynamic tests allocation across CI nodes can save time and run test suite faster. Last week one of my users from [https://wellfound.com](https://wellfound.com) tried the Queue Mode in knapsack_pro for Minitest and it helped him run CI builds faster. Maybe this will help you too. :)

<div class="video-container">
<iframe src="https://www.youtube.com/embed/hUEB1XDKEFY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

0 comments on commit 1505439

Please sign in to comment.