From 443e8913a7c6efc8cd33c03c33d03265f19c24d0 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Tue, 10 Aug 2021 18:00:45 +0200 Subject: [PATCH] Add go clean test cache --- src/dev/rust/testing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/dev/rust/testing.md b/src/dev/rust/testing.md index a051617..f67bc2f 100644 --- a/src/dev/rust/testing.md +++ b/src/dev/rust/testing.md @@ -13,3 +13,9 @@ cargo test -- --nocapture ```shell cargo test -- --no-fail-fast ``` + +## Cleanup test cache + +```shell +go clean -testcache +```