Skip to content

Commit

Permalink
Update 3-selective-testing.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Dec 25, 2024
1 parent a8fea1e commit 18064d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/modules/ROOT/pages/3-selective-testing.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// tag::header[]

# Understanding Selective Testing
# Faster CI with Selective Testing


:author: Li Haoyi
Expand All @@ -13,7 +13,7 @@ Selective testing is a key technique necessary for working with any large codeba
or monorepo: picking which tests to run to validate a change or pull-request, because
running every test every time is costly and slow. This blog post will explore what
selective testing is all about, the different approaches you can take with selective
testing, based on my experience working on developer tooling for the last decade at
testing, based on my experience working on developer tooling and CI for the last decade at
Dropbox and Databricks. Lastly, we will discuss how selective testing is supported by
the Mill build tool.

Expand Down

0 comments on commit 18064d1

Please sign in to comment.