From 234bb974bc54e9c929fd4cf810bcecab36f760ba Mon Sep 17 00:00:00 2001 From: Zac Rosenbauer Date: Sun, 28 Jul 2024 21:20:45 -0400 Subject: [PATCH] doc(contributing): Add warning for `test --all` (#9338) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28bfaf0be343..dc54360462c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,6 +124,8 @@ For running all tests, take the following steps: cargo test --all --no-default-features --features swc_v2 --features filesystem_cache ``` + **TIP**: If you see errors while attempting to run the commands above, we usually do not run all tests at once. Instead, we run tests per package ([see below](#running-tests-per-package)), which you can use to verify your local setup. + ## Running tests per package While working on specific packages, individual tests can be run by specifying a package to the