Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Mar 2, 2024
1 parent 847fb05 commit c64e87e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This library is functional and ready for use, but its API is still evolving to t
- Ruby - a [crate](https://github.com/driv3r/rusty_json_schema) by @driv3r
- NodeJS - a [package](https://github.com/ahungrynoob/jsonschema) by @ahungrynoob

## `cargo test`
## Running tests

The tests in [jsonschema/](jsonschema/) depend on the [JSON Schema Test Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite). Before calling `cargo test`, download the suite:

Expand All @@ -149,11 +149,12 @@ $ git submodule update
```
These commands clone the suite to [jsonschema/tests/suite/](jsonschema/tests/suite/).

Now, enter jsonschema/ folder and run `cargo test`.
Now, enter the `jsonschema` directory and run `cargo test`.

```bash
$ cd jsonschema
$ cargo test ```
$ cargo test
```

## Performance

Expand Down

0 comments on commit c64e87e

Please sign in to comment.