Add go clean test cache
This commit is contained in:
parent
cd859cc9c4
commit
443e8913a7
1 changed files with 6 additions and 0 deletions
|
@ -13,3 +13,9 @@ cargo test -- --nocapture
|
|||
```shell
|
||||
cargo test -- --no-fail-fast
|
||||
```
|
||||
|
||||
## Cleanup test cache
|
||||
|
||||
```shell
|
||||
go clean -testcache
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue