Skip to content

Commit 4ecea94

Browse files
committed
Fix cmd to run unit tests
1 parent c36951f commit 4ecea94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Without `go` installed, you can build `pg_featureserv` in a docker image:
8484
```
8585

8686
* This creates a `pg_featureserv` executable in the application directory
87-
* (Optional) Run the unit tests using `go test`
87+
* (Optional) Run the unit tests using `go test ./...`
8888

8989
### Docker image of `pg_featureserv`
9090

0 commit comments

Comments
 (0)