Skip to content

Commit 234bb97

Browse files
authoredJul 29, 2024··
doc(contributing): Add warning for test --all (#9338)
1 parent 33db609 commit 234bb97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ For running all tests, take the following steps:
124124
cargo test --all --no-default-features --features swc_v2 --features filesystem_cache
125125
```
126126
127+
**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.
128+
127129
## Running tests per package
128130
129131
While working on specific packages, individual tests can be run by specifying a package to the

0 commit comments

Comments
 (0)
Please sign in to comment.