Skip to content

Commit 1505439

Browse files
committed
remove a sentence from the blog post
1 parent 3390834 commit 1505439

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_posts/2018-05-27-how-to-run-tests-in-minitest-continuously-with-dynamic-test-files-loading.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ exit(final_exit_code)
111111

112112
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.
113113

114-
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. :)
115-
116114
<div class="video-container">
117115
<iframe src="https://www.youtube.com/embed/hUEB1XDKEFY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
118116
</div>

0 commit comments

Comments
 (0)