Skip to content

Commit 17718f2

Browse files
Fix test command in development.md to match Makefile configuration (#1195)
The development.md file previously suggested using make tests to run the tests. However, the [Makefile](https://github.com/explodinggradients/ragas/blob/main/Makefile#L28C1-L28C19) does not include a target named tests, which results in the error make: Nothing to be done for 'tests'. This commit updates the documentation to reflect the correct command for running tests, ensuring alignment with the existing Makefile configuration.
1 parent 7946480 commit 17718f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ make run-ci
6262
To run the test suite:
6363

6464
```bash
65-
make tests
65+
make test
6666
```
6767

6868
## Documentation

0 commit comments

Comments
 (0)