Skip to content

Commit

Permalink
🐞 fix integration script name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Nov 20, 2023
1 parent ddaa44e commit 5cb8f2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ Before running the unit test on your local machine, you should install
[lint](bin/lint) script installs `golangci-lint` is not suitable for running
on a local machine.)

Then run the unit tests using the dedicated script.
Then run the unit tests using the dedicated script.

```bash
bin/test-unit
```

### Integration tests

There a re 3 distinct flavors of integration tests. Run the relevant one, or
There are 3 distinct flavors of integration tests. Run the relevant one, or
all, depending on the changes you've done.

```bash
bin/test-unit memory # <- uses an in-memory database
bin/test-unit mysql # <- uses a MySQL database
bin/test-unit postgresql # <- uses a PostgreSQL database
bin/test-integration memory # <- uses an in-memory database
bin/test-integration mysql # <- uses a MySQL database
bin/test-integration postgresql # <- uses a PostgreSQL database
```

0 comments on commit 5cb8f2a

Please sign in to comment.