change defualt behaviour to only run a subset of all the models

This commit is contained in:
baptiste 2025-04-22 08:16:17 +00:00
parent d98ae4890e
commit 442e8c41bf

View File

@ -104,11 +104,16 @@ To run the integration tests, you need to first build the image:
make -C backends/gaudi image
```
Then run the following command to run the integration tests:
Then run the following command to run the integration tests (CI tests):
```bash
make -C backends/gaudi run-integration-tests
```
To run the integration tests with all models, you can run the following command:
```bash
make -C backends/gaudi run-integration-tests-with-all-models
```
To capture the expected outputs for the integration tests, you can run the following command:
```bash
make -C backends/gaudi capture-expected-outputs-for-integration-tests