Skip to content

Commit

Permalink
Cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsmart committed Nov 8, 2019
1 parent 3a51a38 commit 0a3a68f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ GoDocs [https://godoc.org/github.com/jimsmart/schema](https://godoc.org/github.c

## Testing

Database services for testing against are hosted in Docker.

Bring up the database services: execute `docker-compose up` inside the project folder, and wait until all of the Docker services have completed their startup (i.e. there is no further output in the terminal), then open a second terminal. (In future one may choose to use `docker-compose up -d` instead)

To run the tests execute `go test` inside the project folder.
Expand Down

0 comments on commit 0a3a68f

Please sign in to comment.