Woops, it's go not rust
This commit is contained in:
parent
443e8913a7
commit
2fc0ec608c
2 changed files with 7 additions and 7 deletions
|
@ -100,4 +100,10 @@ if testing.Short() {
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go test github.com/go/pkg/package --short
|
go test github.com/go/pkg/package --short
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Cleanup test cache
|
||||||
|
|
||||||
|
```shell
|
||||||
|
go clean -testcache
|
||||||
|
```
|
||||||
|
|
|
@ -13,9 +13,3 @@ cargo test -- --nocapture
|
||||||
```shell
|
```shell
|
||||||
cargo test -- --no-fail-fast
|
cargo test -- --no-fail-fast
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cleanup test cache
|
|
||||||
|
|
||||||
```shell
|
|
||||||
go clean -testcache
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue