Woops, it's go not rust

This commit is contained in:
Wilfried OLLIVIER 2021-08-10 18:03:36 +02:00
parent 443e8913a7
commit 2fc0ec608c
2 changed files with 7 additions and 7 deletions

View File

@ -100,4 +100,10 @@ if testing.Short() {
```shell
go test github.com/go/pkg/package --short
```
```
## Cleanup test cache
```shell
go clean -testcache
```

View File

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