Skip to content

Commit

Permalink
docs: Fix testing instructions for mongo (#3318)
Browse files Browse the repository at this point in the history
the make task name is start-mongodb_5

We might need to consolidate naming conventions for start- / dev- makefile tasks
  • Loading branch information
Miguel Fernández committed Oct 28, 2022
1 parent b6400f1 commit 2a244f0
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 @@ -168,7 +168,7 @@ tests:
- `make dev-mysql8`: MySQL 8
- `make dev-postgres`: PostgreSQL 10
- `make dev-sqlite`: SQLite
- `make dev-mongodb5`: MongoDB 5
- `make dev-mongodb_5`: MongoDB 5

\*_On windows:_
If not using WSL, `make` is not available and you should just see what your
Expand Down

0 comments on commit 2a244f0

Please sign in to comment.