From 1505439f91015ebe786c7322307365618967d1d4 Mon Sep 17 00:00:00 2001 From: Artur Trzop Date: Thu, 16 Jan 2025 16:01:34 +0100 Subject: [PATCH] remove a sentence from the blog post --- ...-in-minitest-continuously-with-dynamic-test-files-loading.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/2018-05-27-how-to-run-tests-in-minitest-continuously-with-dynamic-test-files-loading.md b/_posts/2018-05-27-how-to-run-tests-in-minitest-continuously-with-dynamic-test-files-loading.md index 545c93dc..f6db49f1 100644 --- a/_posts/2018-05-27-how-to-run-tests-in-minitest-continuously-with-dynamic-test-files-loading.md +++ b/_posts/2018-05-27-how-to-run-tests-in-minitest-continuously-with-dynamic-test-files-loading.md @@ -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. :) -