Skip to content

Commit

Permalink
Fix cmd to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Jul 6, 2024
1 parent c36951f commit 4ecea94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Without `go` installed, you can build `pg_featureserv` in a docker image:
```

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

### Docker image of `pg_featureserv`

Expand Down

0 comments on commit 4ecea94

Please sign in to comment.