Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 303 Bytes

File metadata and controls

16 lines (11 loc) · 303 Bytes

Contributing

Running the tests locally

You'll need to run the nvector-test-api Docker container in order to run the tests locally:

docker run --rm -it -p 17357:8000 ghcr.io/ezzatron/nvector-test-api

Then, in another terminal, you can run the tests with make:

make test