Add go clean test cache

This commit is contained in:
Wilfried OLLIVIER 2021-08-10 18:00:45 +02:00
parent cd859cc9c4
commit 443e8913a7
1 changed files with 6 additions and 0 deletions

View File

@ -13,3 +13,9 @@ cargo test -- --nocapture
```shell
cargo test -- --no-fail-fast
```
## Cleanup test cache
```shell
go clean -testcache
```