doc(contributing): Add --features memory_cache to test steps (#5074)

This commit is contained in:
John Diamond 2022-06-30 18:38:23 +02:00 committed by GitHub
parent ff75f8136f
commit 9d8beb02b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,13 +115,13 @@ For running all tests, take the following steps:
7. Run tests
```bash
cargo test --all --no-default-features --features swc_v1
cargo test --all --no-default-features --features swc_v1 --features memory_cache
```
Or
```bash
cargo test --all --no-default-features --features swc_v2
cargo test --all --no-default-features --features swc_v2 --features memory_cache
```
## Running tests per package