From 0b67cbda821864bca16b5c6637933b71bbe47e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Mon, 9 Feb 2026 11:27:17 +0300 Subject: [PATCH] Mention CI on automating testing --- source/articles/2015-01-02-testing.html.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/articles/2015-01-02-testing.html.markdown b/source/articles/2015-01-02-testing.html.markdown index 536e0db3..629267f6 100644 --- a/source/articles/2015-01-02-testing.html.markdown +++ b/source/articles/2015-01-02-testing.html.markdown @@ -97,5 +97,7 @@ The answer is automating tests. When the test automation tool notices you have c file, part or all of the tests are executed again. And you will be notified of newly failing or passing tests. -Test automation can for instance be done with __autotest__ or __guard__. Guard can automate lots -of other tasks for you as well. +Test automation can for instance be done with __autotest__, __guard__ or a [CI] infrastructure. +Guard can automate lots of other tasks for you as well. + +[CI]: https://en.wikipedia.org/wiki/Continuous_integration