Skip to content

Commit

Permalink
Fix test command in development.md to match Makefile configuration (e…
Browse files Browse the repository at this point in the history
…xplodinggradients#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.
  • Loading branch information
sahusiddharth authored Aug 14, 2024
1 parent 7946480 commit 17718f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ make run-ci
To run the test suite:

```bash
make tests
make test
```

## Documentation
Expand Down

0 comments on commit 17718f2

Please sign in to comment.