1
0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-09-19 00:43:00 +00:00

README: Fix test instruction

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-09-06 19:06:13 +02:00
parent 142eb9f85c
commit 4c83f34ecf
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -15,10 +15,10 @@ Install by running:
go get -u github.com/Luzifer/rconfig/v2
```
Run tests by running:
Run tests by running in the checkout folder:
```
go test -v -race -cover github.com/Luzifer/rconfig/v2
go test -v -race -cover ./...
```
## Usage