Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONTRIBUTING.md #496

Open
wants to merge 5 commits into
base: mainline
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you don't have the exact python version specified in the `tox.ini` file, you
docker rm -f marqo-os
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" --name marqo-os marqoai/marqo-os:0.0.3
```
2. run `tox` in the Marqo home directory
2. run `tox` in the Marqo home directory. By default this will perform the s2_inference tests as well, which are slow due to needing to load ML models. To run just the tensor_search (the API/routing layer) tests, then use the following snippet instead: `tox -- tests/tensor_search`

#### Integration tests
To run integration tests, pull the [api testing repo](https://github.com/marqo-ai/marqo-api-tests).
Expand Down