Update docs/development/testing.md

Co-Authored-By: Ciprian Hacman <ciprianhacman@gmail.com>
This commit is contained in:
Ole Markus With 2020-04-18 14:59:43 +02:00 committed by GitHub
parent 67b289510f
commit cfa19844f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Unit and integration tests can be run using `go test`
To run all tests:
```
go test ./...
go test -v ./...
```
### Adding an integration test