c227bec62dad8e1d7911fa99a15576790f3fe2e6
The `run-tests.sh` script sets up a full environment for the integration tests. This includes starting Meilisearch (with a master key to enable authentication) and generating an ephemeral JWT secret. After the tests are run, the environment is cleaned up. ```sh just test just unit-tests just integration-tests ```
Description
No description provided
Languages
Rust
93.1%
Shell
6.5%
Just
0.4%