Skip to content

Commit

Permalink
doc(contributing): Add warning for test --all (#9338)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrosenbauer committed Jul 29, 2024
1 parent 33db609 commit 234bb97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 234bb97

Please sign in to comment.